Skip to content

Commit

Permalink
Fix(49): Fix Github action - Grant write contents permission to relea…
Browse files Browse the repository at this point in the history
…se job
  • Loading branch information
phucngo2 committed Jul 28, 2024
1 parent 455cf6b commit 4e56bd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

jobs:
release:
permissions:
contents: write
runs-on: ${{ matrix.os }}

strategy:
Expand Down

0 comments on commit 4e56bd1

Please sign in to comment.