diff --git a/.github/workflows/publish-builder.yaml b/.github/workflows/publish-builder.yaml index 8120c42f03..368f7292d5 100644 --- a/.github/workflows/publish-builder.yaml +++ b/.github/workflows/publish-builder.yaml @@ -66,4 +66,4 @@ jobs: continue-on-error: true shell: bash run: | - git push "https://sre-ci-robot:${{ secrets.ALL_CONTRIBUTORS_TOKEN }}@github.com/${{ GITHUB_REPOSITORY }}.git" HEAD:${{ github.ref }} --follow-tags + git push "https://sre-ci-robot:${{ secrets.ALL_CONTRIBUTORS_TOKEN }}@github.com/$GITHUB_REPOSITORY.git" HEAD:${{ github.ref }} --follow-tags diff --git a/.github/workflows/publish-test-images.yaml b/.github/workflows/publish-test-images.yaml index 909a26ae6b..54c8f1325d 100644 --- a/.github/workflows/publish-test-images.yaml +++ b/.github/workflows/publish-test-images.yaml @@ -65,4 +65,4 @@ jobs: continue-on-error: true shell: bash run: | - git push "https://sre-ci-robot:${{ secrets.ALL_CONTRIBUTORS_TOKEN }}@github.com/${{ GITHUB_REPOSITORY }}.git" HEAD:${{ github.ref }} --follow-tags + git push "https://sre-ci-robot:${{ secrets.ALL_CONTRIBUTORS_TOKEN }}@github.com/$GITHUB_REPOSITORY.git" HEAD:${{ github.ref }} --follow-tags