Skip to content

Commit

Permalink
uses format
Browse files Browse the repository at this point in the history
  • Loading branch information
Resonance1584 committed Aug 27, 2024
1 parent a089ea9 commit ae2052d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipelines-root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ jobs:
steps:
- name: Fetch Gruntwork Read Token
id: fetch-piplines-gruntwork-read-token
uses: github.com/gruntwork-test/pipelines-credentials
uses: gruntwork-test/pipelines-credentials
with:
PIPELINES_TOKEN_PATH: "pipelines-read/gruntwork-io"
FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }}

- name: Fetch Org Read Token
id: fetch-piplines-org-read-token
uses: github.com/gruntwork-test/pipelines-credentials
uses: gruntwork-test/pipelines-credentials
with:
PIPELINES_TOKEN_PATH: "pipelines-read/${{ env.GITHUB_REPOSITORY_OWNER }}"
FALLBACK_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }}
Expand Down

0 comments on commit ae2052d

Please sign in to comment.