Skip to content

Commit

Permalink
Add permissions in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
p10ns11y committed Nov 6, 2024
1 parent bc150e1 commit 8cdaa0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
publish:
runs-on: ubuntu-latest

permissions:
contents: write
packages: write

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 8cdaa0a

Please sign in to comment.