Skip to content

Commit

Permalink
fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
umbynos committed Feb 27, 2024
1 parent 859df0f commit 934dd0b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
CGO_ENABLED: 0

runs-on: ${{ matrix.os }}
permissions:
contents: write
id-token: write # This is required for requesting the JWT

steps:
- name: Set env vars
Expand Down Expand Up @@ -231,6 +234,9 @@ jobs:
env:
GON_PATH: ${{ github.workspace }}/gon
needs: [build, create-macos-bundle]
permissions:
contents: write
id-token: write # This is required for requesting the JWT

steps:
- name: Download artifact
Expand Down

0 comments on commit 934dd0b

Please sign in to comment.