Skip to content

Commit f56b834

Browse files
authored
Update deploy.yaml
Fix assumed role ARN
1 parent 310b68a commit f56b834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if: inputs.command == 'release' || inputs.command == 'publish'
6868
uses: aws-actions/configure-aws-credentials@v4
6969
with:
70-
role-to-assume: arn:aws:iam::752443094709:role/github-actions
70+
role-to-assume: arn:aws:iam::752443094709:role/gha-fusionauth-java-client
7171
role-session-name: aws-auth-action
7272
aws-region: us-west-2
7373

0 commit comments

Comments
 (0)