Skip to content

Commit

Permalink
add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen committed Sep 8, 2023
1 parent 3a8eabf commit 4a141e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
checks: write
contents: write
packages: write
statuses: write
steps:
Expand Down

0 comments on commit 4a141e2

Please sign in to comment.