Skip to content

Commit

Permalink
Fix permission of the release job
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Zhang <jim.zhang@kaleido.io>
  • Loading branch information
jimthematrix committed Sep 3, 2024
1 parent f56aa80 commit b9013b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
needs:
- build
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Download Artifacts
id: download
Expand Down

0 comments on commit b9013b9

Please sign in to comment.