Skip to content

Commit

Permalink
test: Testing with sha instead
Browse files Browse the repository at this point in the history
  • Loading branch information
yhakbar committed Oct 9, 2024
1 parent 6e0a054 commit 3daff5a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/pipelines-root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,23 +62,23 @@ jobs:

- name: Fetch Org Read Token
id: pipelines-customer-org-read-token
uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login
uses: gruntwork-io/pipelines-credentials@2943f2dd66ca5e4d93c6171600ae0714b101cf97
with:
PIPELINES_TOKEN_PATH: pipelines-read/${{ github.repository_owner }}
FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }}
api_base_url: ${{ inputs.api_base_url }}

- name: Fetch Infra Root Write Token
id: pipelines-infra-root-write-token
uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login
uses: gruntwork-io/pipelines-credentials@2943f2dd66ca5e4d93c6171600ae0714b101cf97
with:
PIPELINES_TOKEN_PATH: infra-root-write/${{ github.repository_owner }}
FALLBACK_TOKEN: ${{ secrets.INFRA_ROOT_WRITE_TOKEN }}
api_base_url: ${{ inputs.api_base_url }}

- name: Fetch Org Repo Admin Token
id: pipelines-org-repo-admin-token
uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login
uses: gruntwork-io/pipelines-credentials@2943f2dd66ca5e4d93c6171600ae0714b101cf97
with:
PIPELINES_TOKEN_PATH: org-repo-admin/${{ github.repository_owner }}
FALLBACK_TOKEN: ${{ secrets.ORG_REPO_ADMIN_TOKEN }}
Expand Down Expand Up @@ -152,23 +152,23 @@ jobs:
steps:
- name: Fetch Gruntwork Read Token
id: pipelines-gruntwork-read-token
uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login
uses: gruntwork-io/pipelines-credentials@2943f2dd66ca5e4d93c6171600ae0714b101cf97
with:
PIPELINES_TOKEN_PATH: "pipelines-read/gruntwork-io"
FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }}
api_base_url: ${{ inputs.api_base_url }}

- name: Fetch Org Read Token
id: pipelines-customer-org-read-token
uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login
uses: gruntwork-io/pipelines-credentials@2943f2dd66ca5e4d93c6171600ae0714b101cf97
with:
PIPELINES_TOKEN_PATH: pipelines-read/${{ github.repository_owner }}
FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }}
api_base_url: ${{ inputs.api_base_url }}

- name: Fetch Infra Root Write Token
id: pipelines-infra-root-write-token
uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login
uses: gruntwork-io/pipelines-credentials@2943f2dd66ca5e4d93c6171600ae0714b101cf97
with:
PIPELINES_TOKEN_PATH: infra-root-write/${{ github.repository_owner }}
FALLBACK_TOKEN: ${{ secrets.INFRA_ROOT_WRITE_TOKEN }}
Expand Down Expand Up @@ -343,23 +343,23 @@ jobs:
steps:
- name: Fetch Gruntwork Read Token
id: pipelines-gruntwork-read-token
uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login
uses: gruntwork-io/pipelines-credentials@2943f2dd66ca5e4d93c6171600ae0714b101cf97
with:
PIPELINES_TOKEN_PATH: "pipelines-read/gruntwork-io"
FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }}
api_base_url: ${{ inputs.api_base_url }}

- name: Fetch Org Read Token
id: pipelines-customer-org-read-token
uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login
uses: gruntwork-io/pipelines-credentials@2943f2dd66ca5e4d93c6171600ae0714b101cf97
with:
PIPELINES_TOKEN_PATH: pipelines-read/${{ github.repository_owner }}
FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }}
api_base_url: ${{ inputs.api_base_url }}

- name: Fetch Create PR Token
id: pipelines-propose-infra-change-token
uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login
uses: gruntwork-io/pipelines-credentials@2943f2dd66ca5e4d93c6171600ae0714b101cf97
with:
PIPELINES_TOKEN_PATH: propose-infra-change/${{ github.repository_owner }}
FALLBACK_TOKEN: ${{ secrets.INFRA_ROOT_WRITE_TOKEN }}
Expand Down Expand Up @@ -466,23 +466,23 @@ jobs:
steps:
- name: Fetch Gruntwork Read Token
id: pipelines-gruntwork-read-token
uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login
uses: gruntwork-io/pipelines-credentials@2943f2dd66ca5e4d93c6171600ae0714b101cf97
with:
PIPELINES_TOKEN_PATH: "pipelines-read/gruntwork-io"
FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }}
api_base_url: ${{ inputs.api_base_url }}

- name: Fetch Org Read Token
id: pipelines-customer-org-read-token
uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login
uses: gruntwork-io/pipelines-credentials@2943f2dd66ca5e4d93c6171600ae0714b101cf97
with:
PIPELINES_TOKEN_PATH: pipelines-read/${{ github.repository_owner }}
FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }}
api_base_url: ${{ inputs.api_base_url }}

- name: Fetch Org Repo Admin Token
id: pipelines-org-repo-admin-token
uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login
uses: gruntwork-io/pipelines-credentials@2943f2dd66ca5e4d93c6171600ae0714b101cf97
with:
PIPELINES_TOKEN_PATH: org-repo-admin/${{ github.repository_owner }}
FALLBACK_TOKEN: ${{ secrets.ORG_REPO_ADMIN_TOKEN }}
Expand Down

0 comments on commit 3daff5a

Please sign in to comment.