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:
parent
4c351b8179
commit
35b1c4169f
3
.github/workflows/Divlo.yml
vendored
3
.github/workflows/Divlo.yml
vendored
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user