Skip to content

Commit

Permalink
Merge pull request #71 from jjcomer/master
Browse files Browse the repository at this point in the history
Fix publish permissions
  • Loading branch information
jjcomer authored May 5, 2022
2 parents f2bf09e + 819c890 commit dd232e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ env:
jobs:
publish_github:
name: Publish to GitHub Releases
permissions:
contents: write
packages: write
repository-projects: read
deployments: write
actions: read
issues: read
statuses: write
strategy:
matrix:
target:
Expand Down

0 comments on commit dd232e7

Please sign in to comment.