Skip to content

Commit

Permalink
fix: github action write perms
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Feb 5, 2024
1 parent e99e7c3 commit dc6df48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Publish

permissions:
contents: write
deployments: write

on:
release:
types: [published]
Expand Down

0 comments on commit dc6df48

Please sign in to comment.