Skip to content

Commit

Permalink
Merge pull request #21 from zentered/fix/workflow-permissions
Browse files Browse the repository at this point in the history
chore: add workflow permissions for github release
  • Loading branch information
andi23rosca authored Apr 10, 2023
2 parents ae3533a + c79b19b commit 33f63ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Publish

permissions:
contents: write
issues: write
pull-requests: write

on:
push:
branches:
Expand Down

0 comments on commit 33f63ab

Please sign in to comment.