We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310b68a commit f56b834Copy full SHA for f56b834
.github/workflows/deploy.yaml
@@ -67,7 +67,7 @@ jobs:
67
if: inputs.command == 'release' || inputs.command == 'publish'
68
uses: aws-actions/configure-aws-credentials@v4
69
with:
70
- role-to-assume: arn:aws:iam::752443094709:role/github-actions
+ role-to-assume: arn:aws:iam::752443094709:role/gha-fusionauth-java-client
71
role-session-name: aws-auth-action
72
aws-region: us-west-2
73
0 commit comments