Skip to content

Commit

Permalink
Fix check release workflow by giving write permissions to the token (#…
Browse files Browse the repository at this point in the history
…1229)

Signed-off-by: Natalie Arellano <[email protected]>
  • Loading branch information
natalieparellano authored Oct 30, 2023
1 parent 2bf3ae7 commit 9eec0f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
check-release:
runs-on:
- ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
Expand Down

0 comments on commit 9eec0f4

Please sign in to comment.