Skip to content

Commit

Permalink
fix: add correct permissions to publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeirojose committed Oct 31, 2023
1 parent 8772a4d commit b95969f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit b95969f

Please sign in to comment.