Set persist-credentials true
diff --git a/.github/workflows/beam_Infrastructure_AuditUnmanagedKeys.yml b/.github/workflows/beam_Infrastructure_AuditUnmanagedKeys.yml
index 04acde3..2951324 100644
--- a/.github/workflows/beam_Infrastructure_AuditUnmanagedKeys.yml
+++ b/.github/workflows/beam_Infrastructure_AuditUnmanagedKeys.yml
@@ -43,7 +43,7 @@
     steps:
     - uses: actions/checkout@v7
       with:
-        persist-credentials: false
+        persist-credentials: true
 
     - name: Setup gcloud
       uses: google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db
diff --git a/.github/workflows/beam_Publish_Website.yml b/.github/workflows/beam_Publish_Website.yml
index 719ffd6..b16b19b 100644
--- a/.github/workflows/beam_Publish_Website.yml
+++ b/.github/workflows/beam_Publish_Website.yml
@@ -55,7 +55,7 @@
     steps:
       - uses: actions/checkout@v7
         with:
-          persist-credentials: false
+          persist-credentials: true
       - name: Setup environment
         uses: ./.github/actions/setup-environment-action
         with:
diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index 3b58886..6236888 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -57,7 +57,7 @@
     steps:
       - uses: actions/checkout@v7
         with:
-          persist-credentials: false
+          persist-credentials: true
       - name: "Check are GCP variables set"
         run: "./scripts/ci/ci_check_are_gcp_variables_set.sh"
         id: check_gcp_variables
@@ -92,7 +92,7 @@
       - name: Checkout code
         uses: actions/checkout@v7
         with:
-          persist-credentials: false
+          persist-credentials: true
       - name: Install python
         uses: actions/setup-python@v7
         with:
@@ -376,7 +376,7 @@
       - name: Checkout code on master branch
         uses: actions/checkout@v7
         with:
-          persist-credentials: false
+          persist-credentials: true
           submodules: recursive
       - name: Branch commit
         run: |
diff --git a/.github/workflows/pr-bot-new-prs.yml b/.github/workflows/pr-bot-new-prs.yml
index e092bc6..9c924c4 100644
--- a/.github/workflows/pr-bot-new-prs.yml
+++ b/.github/workflows/pr-bot-new-prs.yml
@@ -35,7 +35,7 @@
     steps:
       - uses: actions/checkout@v7
         with:
-          persist-credentials: false
+          persist-credentials: true
       - name: Setup Node
         uses: actions/setup-node@v7
         with:
diff --git a/.github/workflows/pr-bot-pr-updates.yml b/.github/workflows/pr-bot-pr-updates.yml
index b70f271..e3afd5b 100644
--- a/.github/workflows/pr-bot-pr-updates.yml
+++ b/.github/workflows/pr-bot-pr-updates.yml
@@ -39,7 +39,7 @@
       - uses: actions/checkout@v7
         with:
           ref: 'master'
-          persist-credentials: false
+          persist-credentials: true
       - name: Setup Node
         uses: actions/setup-node@v7
         with:
diff --git a/.github/workflows/pr-bot-prs-needing-attention.yml b/.github/workflows/pr-bot-prs-needing-attention.yml
index 9a438ce..82346ea 100644
--- a/.github/workflows/pr-bot-prs-needing-attention.yml
+++ b/.github/workflows/pr-bot-prs-needing-attention.yml
@@ -35,7 +35,7 @@
     steps:
       - uses: actions/checkout@v7
         with:
-          persist-credentials: false
+          persist-credentials: true
       - name: Setup Node
         uses: actions/setup-node@v7
         with: