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

[🐛] semantic-release uses PAT
This commit is contained in:
ThinLiquid 2024-01-17 18:47:01 +00:00 committed by GitHub
commit 035a8597e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,7 @@ jobs:
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