Skip to content

Commit

Permalink
fix: add permissions to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AdriaCarrera committed Aug 27, 2024
1 parent 164c588 commit 731dacb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ on:
description: Is this the latest release
type: boolean
required: true

permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 731dacb

Please sign in to comment.