1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-11-05 04:51:30 +01:00

ci(release): persist-credentials: false

This commit is contained in:
Divlo 2021-07-27 19:52:24 +02:00
parent 4c351b8179
commit 35b1c4169f
No known key found for this signature in database
GPG Key ID: 6F24DA54DA3967CF

View File

@ -91,6 +91,9 @@ jobs:
runs-on: 'ubuntu-latest' runs-on: 'ubuntu-latest'
steps: steps:
- uses: 'actions/checkout@v2.3.4' - uses: 'actions/checkout@v2.3.4'
with:
fetch-depth: 0
persist-credentials: false
- name: 'Use Node.js' - name: 'Use Node.js'
uses: 'actions/setup-node@v2.3.0' uses: 'actions/setup-node@v2.3.0'