3838 description : " Repository to fetch pipelines actions from (e.g. use your org/repo for self-hosted)"
3939 pipelines_actions_ref :
4040 type : string
41- default : " v4.6 .0"
41+ default : " v4.7 .0"
4242 description : " For Gruntwork internal testing - the ref of the pipelines actions to use"
4343 pipelines_actions_customizations_repo :
4444 type : string
@@ -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+ access_control_repo_dir : ${{ steps.access_control_account.outputs.access_control_repo_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 }}
@@ -605,6 +607,7 @@ jobs:
605607 uses : ./pipelines-actions/.github/actions/pipelines-access-control-new-pr-action
606608 with :
607609 job : ${{ toJson(fromJson(needs.pipelines_orchestrate.outputs.pipelines_jobs)[0]) }}
610+ access_control_repo_dir : ${{ steps.access_control_account.outputs.access_control_repo_dir }}
608611 PIPELINES_GRUNTWORK_READ_TOKEN : ${{ fromJson(steps.pipelines-tokens.outputs.tokens_json).gruntwork_read }}
609612 PIPELINES_CUSTOMER_ORG_READ_TOKEN : ${{ fromJson(steps.pipelines-tokens.outputs.tokens_json).customer_org_read }}
610613 ORG_REPO_ADMIN_TOKEN : ${{ fromJson(steps.pipelines-tokens.outputs.tokens_json).org_repo_admin }}
0 commit comments