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
@@ -2,7 +2,7 @@ name: run-dashboard-search-e2e
on:
workflow_run:
workflows:
workflows:
- trigger-dashboard-search-e2e
types:
- completed
@@ -95,6 +95,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Restore Cached Node Modules
uses: actions/cache@v3
with: