Skip to content

Commit

Permalink
ci: fix tagger workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Feb 23, 2024
1 parent 94a6d41 commit 29e4602
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
tagger:
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 29e4602

Please sign in to comment.