Skip to content

Commit

Permalink
chore: Bumping some actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yhakbar committed Apr 26, 2024
1 parent 7e53178 commit 7acbe36
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 @@ -68,7 +68,7 @@ jobs:
- name: "[ProvisionAccount]: Provision New Account"
id: provision_access_control
if: ${{ steps.bootstrap.outputs.action == 'PROVISION_ACCOUNT' }}
uses: gruntwork-io/[email protected].1
uses: gruntwork-io/[email protected].2
with:
PIPELINES_READ_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }}
INFRA_ROOT_WRITE_TOKEN: ${{ secrets.INFRA_ROOT_WRITE_TOKEN }}
Expand All @@ -81,7 +81,7 @@ jobs:
# TODO: Rename this as pipelines-apply-core-baselines or something similar
# Also, the final Auth to the management account in this action should be done by the pipelines-baseline-child-account-action
# instead to prevent the indirection and confusion
uses: gruntwork-io/[email protected].1
uses: gruntwork-io/[email protected].2
with:
PIPELINES_READ_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }}
gruntwork_context: ${{ toJson(steps.bootstrap.outputs) }}
Expand Down

0 comments on commit 7acbe36

Please sign in to comment.