ci: made semantic-release use PAT

This commit is contained in:
ThinLiquid 2024-01-17 18:46:16 +00:00
parent 5008c6f15e
commit eab2f6bb20
No known key found for this signature in database
GPG key ID: 17538DC3DF6A7387

View file

@ -24,6 +24,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "lts/*"
token: ${{ secrets.PAT }}
- name: Install dependencies
run: npm clean-install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies