Skip to content

Commit

Permalink
fix(ci): add correct permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Jul 2, 2023
1 parent 3885cc5 commit ed5724f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
id-token: write
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit ed5724f

Please sign in to comment.