diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 3042457d5..f080eb513 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -191,6 +191,7 @@ jobs: # needs: [build-data] # permissions: # contents: write + # secrets: inherit # with: # build-version: ${{ needs.build-data.outputs.version }} # generate-gpo: true @@ -201,6 +202,7 @@ jobs: # uses: ./.github/workflows/windows-profile-build.yml # permissions: # contents: write + # secrets: inherit # needs: [windows-step-1, build-data] # with: # build-version: ${{ needs.build-data.outputs.version }} @@ -211,6 +213,7 @@ jobs: uses: ./.github/workflows/windows-alpha-build.yml permissions: contents: write + secrets: inherit needs: [build-data] with: build-version: ${{ needs.build-data.outputs.version }} @@ -221,6 +224,7 @@ jobs: uses: ./.github/workflows/linux-alpha-build.yml permissions: contents: write + secrets: inherit needs: [build-data] with: build-version: ${{ needs.build-data.outputs.version }} @@ -230,6 +234,7 @@ jobs: uses: ./.github/workflows/macos-alpha-build.yml permissions: contents: write + secrets: inherit needs: [build-data] with: build-version: ${{ needs.build-data.outputs.version }} diff --git a/.github/workflows/linux-alpha-build.yml b/.github/workflows/linux-alpha-build.yml index d11033750..6d2a9cdb8 100644 --- a/.github/workflows/linux-alpha-build.yml +++ b/.github/workflows/linux-alpha-build.yml @@ -27,7 +27,6 @@ jobs: - uses: actions/checkout@v4 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 diff --git a/.github/workflows/macos-alpha-build.yml b/.github/workflows/macos-alpha-build.yml index cf6a9d7a3..f2eb67d0d 100644 --- a/.github/workflows/macos-alpha-build.yml +++ b/.github/workflows/macos-alpha-build.yml @@ -34,7 +34,6 @@ jobs: with: submodules: recursive persist-credentials: true - token: ${{ secrets.DEPLOY_KEY }} - name: Setup git run: | diff --git a/.github/workflows/windows-alpha-build.yml b/.github/workflows/windows-alpha-build.yml index 9d07c4c25..0f78b802b 100644 --- a/.github/workflows/windows-alpha-build.yml +++ b/.github/workflows/windows-alpha-build.yml @@ -32,7 +32,6 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive - token: ${{ secrets.DEPLOY_KEY }} persist-credentials: true