Skip to content

Commit 331991e

Browse files
authored
Disable 'persist-credentials' for 'actions/checkout' (#221)
1 parent 21b9043 commit 331991e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/docker-deploy-dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313

1414
- name: Check out the repo
1515
uses: actions/checkout@v2
16+
with:
17+
persist-credentials: false
1618

1719
- name: Login to DockerHub
1820
uses: docker/login-action@v1

.github/workflows/docker-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v3
20+
with:
21+
persist-credentials: false
2022

2123
- name: Install Platform
2224
run: |

0 commit comments

Comments
 (0)