Skip to content

Commit

Permalink
Add permissions entry to publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
danirus committed Sep 1, 2023
1 parent 89e08a1 commit 908c31d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
types: [published]
workflow_dispatch:

permissions:
contents: write

jobs:
publish:
if: github.event_name == 'release'
Expand Down

0 comments on commit 908c31d

Please sign in to comment.