Skip to content

Commit

Permalink
fix: add right permissions for ci task
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Ribó <[email protected]>
  • Loading branch information
elribonazo committed Jul 10, 2024
1 parent beac3b9 commit 1b028e3
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 @@ -23,6 +23,10 @@ env:
on:
workflow_dispatch:

permissions:
contents: write
packages: write

jobs:
release:
runs-on: macos-13
Expand Down

0 comments on commit 1b028e3

Please sign in to comment.