From 6e0a0548fa5ce295f6690799b2b1f9e841036136 Mon Sep 17 00:00:00 2001 From: Yousif Akbar <11247449+yhakbar@users.noreply.github.com> Date: Wed, 9 Oct 2024 09:34:21 -0400 Subject: [PATCH] test: Testing retry on login --- .github/workflows/pipelines-root.yml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/.github/workflows/pipelines-root.yml b/.github/workflows/pipelines-root.yml index 2e70b8c..43adefe 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -55,7 +55,6 @@ jobs: steps: - name: Fetch Gruntwork Read Token id: pipelines-gruntwork-read-token - uses: gruntwork-io/pipelines-credentials@v1 with: PIPELINES_TOKEN_PATH: "pipelines-read/gruntwork-io" FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }} @@ -63,7 +62,7 @@ jobs: - name: Fetch Org Read Token id: pipelines-customer-org-read-token - uses: gruntwork-io/pipelines-credentials@v1 + uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login with: PIPELINES_TOKEN_PATH: pipelines-read/${{ github.repository_owner }} FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }} @@ -71,7 +70,7 @@ jobs: - name: Fetch Infra Root Write Token id: pipelines-infra-root-write-token - uses: gruntwork-io/pipelines-credentials@v1 + uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login with: PIPELINES_TOKEN_PATH: infra-root-write/${{ github.repository_owner }} FALLBACK_TOKEN: ${{ secrets.INFRA_ROOT_WRITE_TOKEN }} @@ -79,7 +78,7 @@ jobs: - name: Fetch Org Repo Admin Token id: pipelines-org-repo-admin-token - uses: gruntwork-io/pipelines-credentials@v1 + uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login with: PIPELINES_TOKEN_PATH: org-repo-admin/${{ github.repository_owner }} FALLBACK_TOKEN: ${{ secrets.ORG_REPO_ADMIN_TOKEN }} @@ -153,7 +152,7 @@ jobs: steps: - name: Fetch Gruntwork Read Token id: pipelines-gruntwork-read-token - uses: gruntwork-io/pipelines-credentials@v1 + uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login with: PIPELINES_TOKEN_PATH: "pipelines-read/gruntwork-io" FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }} @@ -161,7 +160,7 @@ jobs: - name: Fetch Org Read Token id: pipelines-customer-org-read-token - uses: gruntwork-io/pipelines-credentials@v1 + uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login with: PIPELINES_TOKEN_PATH: pipelines-read/${{ github.repository_owner }} FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }} @@ -169,7 +168,7 @@ jobs: - name: Fetch Infra Root Write Token id: pipelines-infra-root-write-token - uses: gruntwork-io/pipelines-credentials@v1 + uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login with: PIPELINES_TOKEN_PATH: infra-root-write/${{ github.repository_owner }} FALLBACK_TOKEN: ${{ secrets.INFRA_ROOT_WRITE_TOKEN }} @@ -344,7 +343,7 @@ jobs: steps: - name: Fetch Gruntwork Read Token id: pipelines-gruntwork-read-token - uses: gruntwork-io/pipelines-credentials@v1 + uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login with: PIPELINES_TOKEN_PATH: "pipelines-read/gruntwork-io" FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }} @@ -352,7 +351,7 @@ jobs: - name: Fetch Org Read Token id: pipelines-customer-org-read-token - uses: gruntwork-io/pipelines-credentials@v1 + uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login with: PIPELINES_TOKEN_PATH: pipelines-read/${{ github.repository_owner }} FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }} @@ -360,7 +359,7 @@ jobs: - name: Fetch Create PR Token id: pipelines-propose-infra-change-token - uses: gruntwork-io/pipelines-credentials@v1 + uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login with: PIPELINES_TOKEN_PATH: propose-infra-change/${{ github.repository_owner }} FALLBACK_TOKEN: ${{ secrets.INFRA_ROOT_WRITE_TOKEN }} @@ -467,7 +466,7 @@ jobs: steps: - name: Fetch Gruntwork Read Token id: pipelines-gruntwork-read-token - uses: gruntwork-io/pipelines-credentials@v1 + uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login with: PIPELINES_TOKEN_PATH: "pipelines-read/gruntwork-io" FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }} @@ -475,7 +474,7 @@ jobs: - name: Fetch Org Read Token id: pipelines-customer-org-read-token - uses: gruntwork-io/pipelines-credentials@v1 + uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login with: PIPELINES_TOKEN_PATH: pipelines-read/${{ github.repository_owner }} FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }} @@ -483,7 +482,7 @@ jobs: - name: Fetch Org Repo Admin Token id: pipelines-org-repo-admin-token - uses: gruntwork-io/pipelines-credentials@v1 + uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login with: PIPELINES_TOKEN_PATH: org-repo-admin/${{ github.repository_owner }} FALLBACK_TOKEN: ${{ secrets.ORG_REPO_ADMIN_TOKEN }}