diff --git a/.github/workflows/linux-alpha-build.yml b/.github/workflows/linux-alpha-build.yml index 6195821a1..d11033750 100644 --- a/.github/workflows/linux-alpha-build.yml +++ b/.github/workflows/linux-alpha-build.yml @@ -28,6 +28,7 @@ jobs: with: submodules: recursive token: ${{ secrets.DEPLOY_KEY }} + persist-credentials: true # Give the runner some swap space in an attempt to stop gkrust from crashing the build - name: Set Swap Space diff --git a/.github/workflows/macos-alpha-build.yml b/.github/workflows/macos-alpha-build.yml index 48c18e367..cf6a9d7a3 100644 --- a/.github/workflows/macos-alpha-build.yml +++ b/.github/workflows/macos-alpha-build.yml @@ -33,6 +33,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive + persist-credentials: true token: ${{ secrets.DEPLOY_KEY }} - name: Setup git diff --git a/.github/workflows/windows-alpha-build.yml b/.github/workflows/windows-alpha-build.yml index 0d97da663..9d07c4c25 100644 --- a/.github/workflows/windows-alpha-build.yml +++ b/.github/workflows/windows-alpha-build.yml @@ -33,6 +33,7 @@ jobs: with: submodules: recursive token: ${{ secrets.DEPLOY_KEY }} + persist-credentials: true # Give the runner some swap space in an attempt to stop gkrust from crashing the build