diff --git a/.github/workflows/pipelines-drift-detection.yml b/.github/workflows/pipelines-drift-detection.yml index 81fc4030..3f8af080 100644 --- a/.github/workflows/pipelines-drift-detection.yml +++ b/.github/workflows/pipelines-drift-detection.yml @@ -72,6 +72,7 @@ jobs: repository: gruntwork-io/pipelines-actions ref: ${{ env.PIPELINES_ACTIONS_VERSION }} token: ${{ steps.pipelines-gruntwork-read-token.outputs.PIPELINES_TOKEN }} + github-server-url: https://github.com - name: Check out repo code uses: actions/checkout@v4 @@ -122,6 +123,7 @@ jobs: repository: gruntwork-io/pipelines-actions ref: ${{ env.PIPELINES_ACTIONS_VERSION }} token: ${{ steps.pipelines-gruntwork-read-token.outputs.PIPELINES_TOKEN }} + github-server-url: https://github.com - name: Check out repo code uses: actions/checkout@v4 @@ -177,6 +179,7 @@ jobs: repository: gruntwork-io/pipelines-actions ref: ${{ env.PIPELINES_ACTIONS_VERSION }} token: ${{ steps.pipelines-gruntwork-read-token.outputs.PIPELINES_TOKEN }} + github-server-url: https://github.com - name: Check out repo code uses: actions/checkout@v4 diff --git a/.github/workflows/pipelines-root.yml b/.github/workflows/pipelines-root.yml index 248346d0..1cdd3fe6 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -106,6 +106,7 @@ jobs: repository: gruntwork-io/pipelines-actions ref: ${{ env.PIPELINES_ACTIONS_VERSION }} token: ${{ steps.pipelines-gruntwork-read-token.outputs.PIPELINES_TOKEN }} + github-server-url: https://github.com - name: Validate PIPELINES_READ_TOKEN if: always() && steps.checkout_actions.conclusion != 'success' @@ -203,6 +204,7 @@ jobs: repository: gruntwork-io/pipelines-actions ref: ${{ env.PIPELINES_ACTIONS_VERSION }} token: ${{ steps.pipelines-gruntwork-read-token.outputs.PIPELINES_TOKEN }} + github-server-url: https://github.com - name: Check out repo code uses: actions/checkout@v4 @@ -394,6 +396,7 @@ jobs: repository: gruntwork-io/pipelines-actions ref: ${{ env.PIPELINES_ACTIONS_VERSION }} token: ${{ steps.pipelines-gruntwork-read-token.outputs.PIPELINES_TOKEN }} + github-server-url: https://github.com - name: Check out repo code uses: actions/checkout@v4 @@ -517,6 +520,7 @@ jobs: repository: gruntwork-io/pipelines-actions ref: ${{ env.PIPELINES_ACTIONS_VERSION }} token: ${{ steps.pipelines-gruntwork-read-token.outputs.PIPELINES_TOKEN }} + github-server-url: https://github.com - name: Check out repo code uses: actions/checkout@v4 diff --git a/.github/workflows/pipelines-unlock.yml b/.github/workflows/pipelines-unlock.yml index a5d94553..cb33857d 100644 --- a/.github/workflows/pipelines-unlock.yml +++ b/.github/workflows/pipelines-unlock.yml @@ -73,6 +73,7 @@ jobs: repository: gruntwork-io/pipelines-actions ref: ${{ env.PIPELINES_ACTIONS_VERSION }} token: ${{ steps.pipelines-gruntwork-read-token.outputs.PIPELINES_TOKEN }} + github-server-url: https://github.com - name: Check out repo code uses: actions/checkout@v4 @@ -136,6 +137,7 @@ jobs: repository: gruntwork-io/pipelines-actions ref: ${{ env.PIPELINES_ACTIONS_VERSION }} token: ${{ steps.pipelines-gruntwork-read-token.outputs.PIPELINES_TOKEN }} + github-server-url: https://github.com - name: Check out repo code uses: actions/checkout@v4 @@ -285,6 +287,7 @@ jobs: repository: gruntwork-io/pipelines-actions ref: ${{ env.PIPELINES_ACTIONS_VERSION }} token: ${{ steps.pipelines-gruntwork-read-token.outputs.PIPELINES_TOKEN }} + github-server-url: https://github.com - name: Check out repo code uses: actions/checkout@v4 diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml index a1198447..643e679e 100644 --- a/.github/workflows/pipelines.yml +++ b/.github/workflows/pipelines.yml @@ -88,6 +88,7 @@ jobs: repository: gruntwork-io/pipelines-actions ref: ${{ env.PIPELINES_ACTIONS_VERSION }} token: ${{ steps.pipelines-gruntwork-read-token.outputs.PIPELINES_TOKEN }} + github-server-url: https://github.com - name: Validate PIPELINES_READ_TOKEN if: always() && steps.checkout_actions.conclusion != 'success' @@ -183,6 +184,7 @@ jobs: repository: gruntwork-io/pipelines-actions ref: ${{ env.PIPELINES_ACTIONS_VERSION }} token: ${{ steps.pipelines-gruntwork-read-token.outputs.PIPELINES_TOKEN }} + github-server-url: https://github.com - name: Check out repo code uses: actions/checkout@v4