ci: persist credentials
This commit is contained in:
parent
51a4359d98
commit
754bdf3f68
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -12,6 +12,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm i
|
run: npm i
|
||||||
|
Loading…
x
Reference in New Issue
Block a user