Merge pull request #144 from Flow-Works/fix/semantic-release

[🐛] `token` property moved to correct area
This commit is contained in:
ThinLiquid 2024-01-17 18:50:51 +00:00 committed by GitHub
commit 71bd9531e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,11 +20,11 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
token: ${{ secrets.PAT }}
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: "lts/*" node-version: "lts/*"
token: ${{ secrets.PAT }}
- name: Install dependencies - name: Install dependencies
run: npm clean-install run: npm clean-install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies