Chore: don't persist creds when checking out in actions (#104778)

* don't persist creds when checking out in actions

* kick CI

* kick CI

* actually commit the merge...

* don't need

* don't need
This commit is contained in:
Ashley Harrison
2025-04-30 17:20:57 +01:00
committed by GitHub
parent ecd1f5ba92
commit 821b44182e
12 changed files with 28 additions and 6 deletions
@@ -52,6 +52,8 @@ jobs:
chunk: [1, 2, 3, 4, 5, 6, 7, 8]
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'