ci: persist credentials

This commit is contained in:
GitHub Actions
2022-05-11 15:33:56 +02:00
parent 51a4359d98
commit 754bdf3f68

View File

@@ -12,6 +12,7 @@ jobs:
- uses: actions/checkout@v3
with:
token: ${{ secrets.GH_TOKEN }}
persist-credentials: false
- name: Install dependencies
run: npm i