ci: fixed token property in wrong area

This commit is contained in:
ThinLiquid 2024-01-17 18:49:32 +00:00
parent 035a8597e1
commit 1e10a84384

View file

@ -20,11 +20,11 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.PAT }}
- name: Setup Node.js
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