summaryrefslogtreecommitdiff
path: root/.github/workflows/selenium.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/selenium.yml')
-rw-r--r--.github/workflows/selenium.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/selenium.yml b/.github/workflows/selenium.yml
index d62268658f..a07eb692a1 100644
--- a/.github/workflows/selenium.yml
+++ b/.github/workflows/selenium.yml
@@ -21,6 +21,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v5
+ with:
+ persist-credentials: false
- name: Set up Python
uses: actions/setup-python@v6
with:
@@ -58,6 +60,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v5
+ with:
+ persist-credentials: false
- name: Set up Python
uses: actions/setup-python@v6
with: