chore: Enable persisting credentials in GitHub workflows for Linux, macOS, and Windows builds

This commit is contained in:
Mauro Balades
2024-08-07 00:28:13 +02:00
parent 8005aa1f43
commit 5dfaef2594
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
persist-credentials: true
token: ${{ secrets.DEPLOY_KEY }}
# Give the runner some swap space in an attempt to stop gkrust from crashing the build
- name: Set Swap Space

View File

@@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
persist-credentials: true
token: ${{ secrets.DEPLOY_KEY }}
- name: Setup git
run: |

View File

@@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
persist-credentials: true
token: ${{ secrets.DEPLOY_KEY }}
# Give the runner some swap space in an attempt to stop gkrust from crashing the build