Skip to content

Commit

Permalink
Fix package permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarhermoso committed Feb 26, 2024
1 parent efd2d23 commit e354999
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
release:
types: [created]

permissions:
contents: read
packages: write

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e354999

Please sign in to comment.