Skip to content

Commit 3daff5a

Browse files
committed
test: Testing with sha instead
1 parent 6e0a054 commit 3daff5a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/pipelines-root.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,23 +62,23 @@ jobs:
6262

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

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

7979
- name: Fetch Org Repo Admin Token
8080
id: pipelines-org-repo-admin-token
81-
uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login
81+
uses: gruntwork-io/pipelines-credentials@2943f2dd66ca5e4d93c6171600ae0714b101cf97
8282
with:
8383
PIPELINES_TOKEN_PATH: org-repo-admin/${{ github.repository_owner }}
8484
FALLBACK_TOKEN: ${{ secrets.ORG_REPO_ADMIN_TOKEN }}
@@ -152,23 +152,23 @@ jobs:
152152
steps:
153153
- name: Fetch Gruntwork Read Token
154154
id: pipelines-gruntwork-read-token
155-
uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login
155+
uses: gruntwork-io/pipelines-credentials@2943f2dd66ca5e4d93c6171600ae0714b101cf97
156156
with:
157157
PIPELINES_TOKEN_PATH: "pipelines-read/gruntwork-io"
158158
FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }}
159159
api_base_url: ${{ inputs.api_base_url }}
160160

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

169169
- name: Fetch Infra Root Write Token
170170
id: pipelines-infra-root-write-token
171-
uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login
171+
uses: gruntwork-io/pipelines-credentials@2943f2dd66ca5e4d93c6171600ae0714b101cf97
172172
with:
173173
PIPELINES_TOKEN_PATH: infra-root-write/${{ github.repository_owner }}
174174
FALLBACK_TOKEN: ${{ secrets.INFRA_ROOT_WRITE_TOKEN }}
@@ -343,23 +343,23 @@ jobs:
343343
steps:
344344
- name: Fetch Gruntwork Read Token
345345
id: pipelines-gruntwork-read-token
346-
uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login
346+
uses: gruntwork-io/pipelines-credentials@2943f2dd66ca5e4d93c6171600ae0714b101cf97
347347
with:
348348
PIPELINES_TOKEN_PATH: "pipelines-read/gruntwork-io"
349349
FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }}
350350
api_base_url: ${{ inputs.api_base_url }}
351351

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

360360
- name: Fetch Create PR Token
361361
id: pipelines-propose-infra-change-token
362-
uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login
362+
uses: gruntwork-io/pipelines-credentials@2943f2dd66ca5e4d93c6171600ae0714b101cf97
363363
with:
364364
PIPELINES_TOKEN_PATH: propose-infra-change/${{ github.repository_owner }}
365365
FALLBACK_TOKEN: ${{ secrets.INFRA_ROOT_WRITE_TOKEN }}
@@ -466,23 +466,23 @@ jobs:
466466
steps:
467467
- name: Fetch Gruntwork Read Token
468468
id: pipelines-gruntwork-read-token
469-
uses: gruntwork-io/pipelines-credentials@feat/adding-retry-to-login
469+
uses: gruntwork-io/pipelines-credentials@2943f2dd66ca5e4d93c6171600ae0714b101cf97
470470
with:
471471
PIPELINES_TOKEN_PATH: "pipelines-read/gruntwork-io"
472472
FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }}
473473
api_base_url: ${{ inputs.api_base_url }}
474474

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

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

0 commit comments

Comments
 (0)