Skip to content

Commit

Permalink
fix: provide build workflow with write permissions to the repo conten…
Browse files Browse the repository at this point in the history
…ts (#805)
  • Loading branch information
p5 authored Jan 12, 2024
1 parent 9f94c3e commit 0d92fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Make
runs-on: ubuntu-22.04
permissions:
contents: read
contents: write
packages: write
id-token: write
strategy:
Expand Down

0 comments on commit 0d92fad

Please sign in to comment.