mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-19 02:49:18 -05:00
Fix role name in CI bootstrap workflow (#18330)
Fixed role name in ci bootstrap workflow
This commit is contained in:
parent
81e0030538
commit
5900230b9e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/enos-ci-bootstrap.yml
vendored
4
.github/workflows/enos-ci-bootstrap.yml
vendored
|
|
@ -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'"
|
||||
|
|
|
|||
Loading…
Reference in a new issue