Skip to content

Commit b4259d6

Browse files
Update checkout action to not persist credentials
Set persist-credentials to false for checkout action Signed-off-by: Kalle Westerling <7298727+kallewesterling@users.noreply.github.com>
1 parent 3cc0ca9 commit b4259d6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/sync-prod-gcs.yaml

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

3030
- name: Checkout code
3131
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
32+
with:
33+
persist-credentials: false
3234

3335
- name: Authenticate to Google Cloud
3436
id: auth

0 commit comments

Comments
 (0)