Skip to content

Commit

Permalink
Merge pull request #10 from hildjj/create-write
Browse files Browse the repository at this point in the history
Fix permissions for doc publish
  • Loading branch information
hildjj authored Aug 27, 2024
2 parents 5acab60 + 15be668 commit d0160d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/.github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
id-token: write
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d0160d6

Please sign in to comment.