Skip to content

Commit

Permalink
ci: Add permissions to create provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
jontze committed Jun 9, 2024
1 parent 713d92b commit a298062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
environment: production
permissions:
contents: write # To creat the GH Release
id-token: write # To publish to NPM with provenance
steps:
- name: Download Built
uses: actions/download-artifact@v4
Expand Down

0 comments on commit a298062

Please sign in to comment.