Skip to content

Commit bfbf459

Browse files
odgrimclaude
andcommitted
Wire post-access-control-account inputs to updated action signatures
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8faaaa9 commit bfbf459

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pipelines-root.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,9 +593,11 @@ jobs:
593593

594594
# To learn more about customizing Pipelines see our documentation at https://docs.gruntwork.io/pipelines/maintain/extending/
595595
- name: "Post access control account custom action"
596-
uses: ./pipelines-actions/.github/custom-actions/post-access-control-account
596+
uses: ./${{ env.PIPELINES_ACTIONS_CUSTOMIZATIONS_PATH }}/.github/custom-actions/post-access-control-account
597597
with:
598598
job: ${{ toJson(fromJson(needs.pipelines_orchestrate.outputs.pipelines_jobs)[0]) }}
599+
account_names: ${{ join(fromJson(needs.pipelines_orchestrate.outputs.pipelines_jobs)[0].NewAccounts.*.Name, ',') }}
600+
out_dir: ${{ steps.access_control_account.outputs.out_dir }}
599601
PIPELINES_GRUNTWORK_READ_TOKEN: ${{ fromJson(steps.pipelines-tokens.outputs.tokens_json).gruntwork_read }}
600602
PIPELINES_CUSTOMER_ORG_READ_TOKEN: ${{ fromJson(steps.pipelines-tokens.outputs.tokens_json).customer_org_read }}
601603
ORG_REPO_ADMIN_TOKEN: ${{ fromJson(steps.pipelines-tokens.outputs.tokens_json).org_repo_admin }}

0 commit comments

Comments
 (0)