Skip to content

Commit

Permalink
restore npm provenance statement
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardlyhel committed Feb 4, 2025
1 parent d2ba3e5 commit c80e2e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/snapit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
name: Snapit
if: ${{ github.event.issue.pull_request && github.event.comment.body == '/snapit' }}
runs-on: ubuntu-latest
# permissions:
# contents: write
# pull-requests: write
# id-token: write
permissions:
contents: write
pull-requests: write
id-token: write
steps:
# This action can be executed by users with write permission to this repo
- name: Checkout current branch
Expand All @@ -32,4 +32,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# NPM_CONFIG_PROVENANCE: true
NPM_CONFIG_PROVENANCE: true

0 comments on commit c80e2e1

Please sign in to comment.