ci: persist credentials

This commit is contained in:
GitHub Actions 2022-05-11 15:33:56 +02:00
parent 51a4359d98
commit 754bdf3f68
No known key found for this signature in database
GPG Key ID: 0F5535005610947A

View File

@ -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