From 14e599710ae85a21e05a4e5cf9cc7043aa5036ad Mon Sep 17 00:00:00 2001 From: Zach Goldberg Date: Fri, 28 Mar 2025 14:12:48 -0700 Subject: [PATCH 1/2] add github server for actions --- .github/workflows/pipelines-drift-detection.yml | 3 +++ .github/workflows/pipelines-root.yml | 4 ++++ .github/workflows/pipelines-unlock.yml | 3 +++ .github/workflows/pipelines.yml | 2 ++ 4 files changed, 12 insertions(+) diff --git a/.github/workflows/pipelines-drift-detection.yml b/.github/workflows/pipelines-drift-detection.yml index 81fc403..deb7a07 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: 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: 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: 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 248346d..3b0607d 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: 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: 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: 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: 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 a5d9455..5585279 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: 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: 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: github.com - name: Check out repo code uses: actions/checkout@v4 diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml index a119844..2070964 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: 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: github.com - name: Check out repo code uses: actions/checkout@v4 From 3e9f7894103ba90c601d2fe8067a247076f24835 Mon Sep 17 00:00:00 2001 From: Zach Goldberg Date: Fri, 28 Mar 2025 14:15:05 -0700 Subject: [PATCH 2/2] needs to be a full url --- .github/workflows/pipelines-drift-detection.yml | 6 +++--- .github/workflows/pipelines-root.yml | 8 ++++---- .github/workflows/pipelines-unlock.yml | 6 +++--- .github/workflows/pipelines.yml | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/pipelines-drift-detection.yml b/.github/workflows/pipelines-drift-detection.yml index deb7a07..3f8af08 100644 --- a/.github/workflows/pipelines-drift-detection.yml +++ b/.github/workflows/pipelines-drift-detection.yml @@ -72,7 +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: github.com + github-server-url: https://github.com - name: Check out repo code uses: actions/checkout@v4 @@ -123,7 +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: github.com + github-server-url: https://github.com - name: Check out repo code uses: actions/checkout@v4 @@ -179,7 +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: github.com + 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 3b0607d..1cdd3fe 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -106,7 +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: github.com + github-server-url: https://github.com - name: Validate PIPELINES_READ_TOKEN if: always() && steps.checkout_actions.conclusion != 'success' @@ -204,7 +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: github.com + github-server-url: https://github.com - name: Check out repo code uses: actions/checkout@v4 @@ -396,7 +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: github.com + github-server-url: https://github.com - name: Check out repo code uses: actions/checkout@v4 @@ -520,7 +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: github.com + 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 5585279..cb33857 100644 --- a/.github/workflows/pipelines-unlock.yml +++ b/.github/workflows/pipelines-unlock.yml @@ -73,7 +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: github.com + github-server-url: https://github.com - name: Check out repo code uses: actions/checkout@v4 @@ -137,7 +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: github.com + github-server-url: https://github.com - name: Check out repo code uses: actions/checkout@v4 @@ -287,7 +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: github.com + 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 2070964..643e679 100644 --- a/.github/workflows/pipelines.yml +++ b/.github/workflows/pipelines.yml @@ -88,7 +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: github.com + github-server-url: https://github.com - name: Validate PIPELINES_READ_TOKEN if: always() && steps.checkout_actions.conclusion != 'success' @@ -184,7 +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: github.com + github-server-url: https://github.com - name: Check out repo code uses: actions/checkout@v4