Skip to content

Commit

Permalink
add permision to gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
wladpaiva committed Oct 17, 2023
1 parent 84c2d7a commit 9c22b47
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
packages: write
pull-requests: write
issues: read
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 9c22b47

Please sign in to comment.