Skip to content

Commit

Permalink
fix: adding contents permission
Browse files Browse the repository at this point in the history
  • Loading branch information
adamamer20 committed Aug 28, 2024
1 parent 15681b9 commit 8f34b10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
contents: write #To create version branch
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8f34b10

Please sign in to comment.