We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c45d0 commit a0d58f9Copy full SHA for a0d58f9
1 file changed
.github/workflows/release.yml
@@ -22,8 +22,11 @@ jobs:
22
with:
23
persist-credentials: false
24
- uses: ./.github/actions/pnpm
25
+ - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
26
+ run: npm audit signatures
27
- name: Release
28
working-directory: ./ember-stereo
29
run: node_modules/.bin/semantic-release
30
env:
- GITHUB_TOKEN: ${{ secrets.GH_PA_TOKEN }}
31
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments