Skip to content

Commit

Permalink
fix: Fixing pin on pipelines-aws-execute
Browse files Browse the repository at this point in the history
  • Loading branch information
yhakbar committed Apr 26, 2024
1 parent b2b98d2 commit 7e53178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipelines-delegated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: "Run terragrunt ${{ steps.bootstrap.outputs.terragrunt_command }} in ${{ steps.bootstrap.outputs.working_directory }}"
id: terragrunt
uses: gruntwork-io/[email protected].1
uses: gruntwork-io/[email protected].2
with:
PIPELINES_READ_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }}
account_id: ${{ steps.bootstrap.outputs.account_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pipelines-root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: "[TerragruntExecute]: Authenticate with AWS and then Invoke Terragrunt"
id: terragrunt
if: ${{ steps.bootstrap.outputs.action == 'TERRAGRUNT_EXECUTE' }}
uses: gruntwork-io/[email protected].1
uses: gruntwork-io/[email protected].2
with:
PIPELINES_READ_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }}
account_id: ${{ steps.bootstrap.outputs.account_id }}
Expand Down

0 comments on commit 7e53178

Please sign in to comment.