Skip to content

Commit f76e8cb

Browse files
committed
Add to more places
1 parent 1e8c742 commit f76e8cb

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

dev/tasks/docs/github.linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
- name: Checkout Crossbow
4545
uses: actions/checkout@v4
4646
with:
47+
persist-credentials: false
4748
ref: {{ default_branch|default("main") }}
4849
path: crossbow
4950
fetch-depth: 1

dev/tasks/macros.jinja

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ env:
3434
with:
3535
fetch-depth: {{ fetch_depth }}
3636
path: arrow
37+
persist-credentials: false
3738
repository: {{ arrow.github_repo }}
3839
ref: {{ arrow.head }}
3940
submodules: {{ submodules }}
@@ -84,6 +85,7 @@ env:
8485
uses: actions/checkout@v4
8586
with:
8687
path: crossbow
88+
persist-credentials: false
8789
ref: {{ job.branch }}
8890
- name: Setup Crossbow
8991
shell: bash

0 commit comments

Comments
 (0)