From 1e10a84384f43d978ab5885a5e5587c9102a186c Mon Sep 17 00:00:00 2001 From: ThinLiquid Date: Wed, 17 Jan 2024 18:49:32 +0000 Subject: [PATCH] ci: fixed `token` property in wrong area --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d039bf..231ee11 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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