Skip to content

Commit 7480761

Browse files
author
Oleg
committed
Do not persist credential on checkout
1 parent d2ee53e commit 7480761

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build-all.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
with:
19+
persist-credentials: false
1920
fetch-depth: 0
2021
fetch-tags: true
2122
- name: Collect available versions
@@ -39,6 +40,7 @@ jobs:
3940
steps:
4041
- uses: actions/checkout@v4
4142
with:
43+
persist-credentials: false
4244
ref: ${{ matrix.revision }}
4345

4446
- name: Compute implementation name

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
implementation-name: ${{ steps.impl.outputs.name }}
2525
steps:
2626
- uses: actions/checkout@v4
27+
with:
28+
persist-credentials: false
2729

2830
- name: Install bowtie
2931
uses: bowtie-json-schema/bowtie@main
@@ -56,6 +58,8 @@ jobs:
5658

5759
steps:
5860
- uses: actions/checkout@v4
61+
with:
62+
persist-credentials: false
5963

6064
- name: Install bowtie
6165
uses: bowtie-json-schema/bowtie@main

0 commit comments

Comments
 (0)