Skip to content

Commit

Permalink
fix: correct the permissions for the release action
Browse files Browse the repository at this point in the history
Signed-off-by: Steven E Wright <StevenEWright@users.noreply.github.com>
  • Loading branch information
StevenEWright committed Aug 11, 2023
1 parent f2edac5 commit 4c1d7a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
##.github/workflows/release.yml
name: Release & Publish to NPM
on: workflow_dispatch
permissions:
actions: write
contents: write
pull-requests: write
statuses: write
pages: write
id-token: write
jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4c1d7a3

Please sign in to comment.