Skip to content

Commit 3338dfc

Browse files
Ensure checkout@v2 does not persist creds (#230)
1 parent d025b34 commit 3338dfc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
runs-on: ${{ inputs.runner }}
2727
steps:
2828
- uses: actions/checkout@v2
29+
with:
30+
persist-credentials: false
2931
- name: Configure System
3032
run: |
3133
sudo apt-get update -y

.github/workflows/multikernel-tester.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
steps:
4040
- name: Checkout repository
4141
uses: actions/checkout@v2
42+
with:
43+
persist-credentials: false
4244
- name: Install packages needed for testing
4345
run: |
4446
sudo apt-get update

0 commit comments

Comments
 (0)