Skip to content

Commit

Permalink
Grant Extra Publish Permissions
Browse files Browse the repository at this point in the history
This is to allow access to the GitHub code sign on publish creds.
  • Loading branch information
elliot-huffman committed Feb 9, 2024
1 parent 2131725 commit 235319b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/NPM-Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
publish-package:
needs: build-validate
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read

steps:
- name: Download Source Files
Expand Down

0 comments on commit 235319b

Please sign in to comment.