Skip to content

Commit

Permalink
Merge pull request #396 from ensdomains/fix/gha-perms
Browse files Browse the repository at this point in the history
fix: github action write perms
  • Loading branch information
TateB authored Feb 5, 2024
2 parents e99e7c3 + dc6df48 commit 3058a11
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 3058a11

Please sign in to comment.