Fix role name in CI bootstrap workflow (#18330)

Fixed role name in ci bootstrap workflow
This commit is contained in:
Mike Baum
2022-12-13 09:20:49 -05:00
committed by GitHub
parent 81e0030538
commit 5900230b9e

View File

@@ -33,8 +33,8 @@ jobs:
IS_ENT: ${{ startsWith(github.event.repository.name, 'vault-enterprise' ) }}
run: |
if ${IS_ENT} == true; then
echo "aws_role=arn:aws:iam::505811019928:role/github_actions-vault-enterprise_ci" >> $GITHUB_OUTPUT
echo "aws role set to 'arn:aws:iam::505811019928:role/github_actions-vault-enterprise_ci'"
echo "aws_role=arn:aws:iam::505811019928:role/github_actions-vault_enterprise_ci" >> $GITHUB_OUTPUT
echo "aws role set to 'arn:aws:iam::505811019928:role/github_actions-vault_enterprise_ci'"
else
echo "aws_role=arn:aws:iam::040730498200:role/github_actions-vault_ci" >> $GITHUB_OUTPUT
echo "aws role set to 'arn:aws:iam::040730498200:role/github_actions-vault_ci'"