Skip to content

Commit

Permalink
ci: Correct workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
hcnp committed May 16, 2024
1 parent 78f5a6f commit 220169d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/container-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ env:
jobs:
container:
name: Container build & push
permissions: write-all
permissions:
packages: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 220169d

Please sign in to comment.