Skip to content

Commit

Permalink
fix: add additional permission
Browse files Browse the repository at this point in the history
  • Loading branch information
mul14 committed Sep 5, 2024
1 parent bbbcd56 commit 8e0624b
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 @@ -61,6 +61,8 @@ jobs:
needs: build-and-release
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
permissions:
contents: write
steps:
- name: Checkout target repo
run: |
Expand Down

0 comments on commit 8e0624b

Please sign in to comment.