Skip to content

Commit

Permalink
(ci) fix workflow perms
Browse files Browse the repository at this point in the history
  • Loading branch information
malud committed Dec 4, 2023
1 parent 47ae7d9 commit 9b9b5ee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ jobs:
runs-on: ubuntu-latest
needs:
- test
permissions:
contents: write
packages: write
env:
VERSION_PACKAGE: 'github.com/avenga/couper/utils'
permissions: read-all
strategy:
matrix:
goos: [linux, windows]
Expand Down Expand Up @@ -69,6 +71,9 @@ jobs:
matrix:
goarch: [amd64, arm64]
fail-fast: false
permissions:
contents: write
packages: write
env:
AC_PASSWORD: ${{ secrets.MACOS_DEVELOPER_APPLICATION_PWD }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9b9b5ee

Please sign in to comment.