ci: made semantic-release use PAT
This commit is contained in:
parent
5008c6f15e
commit
eab2f6bb20
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue