Skip to content

Commit

Permalink
fix: update deploy default role ARN to reflect standard GHA role naming
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjydev committed May 9, 2024
1 parent 9ab674c commit d433d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type DeployConfig struct {
// contextually
func (c *DeployConfig) UnmarshalJSON(data []byte) error {
defaultRole := fmt.Sprintf(
"arn:aws:iam::%s:role/gha-%s-deploy-%s",
"arn:aws:iam::%s:role/altf4llc-gha-%s-deploy-%s",
DefaultAccount,
Cfg.Name,
DefaultEnvironment,
Expand Down

0 comments on commit d433d03

Please sign in to comment.