Skip to content

Commit 87ec142

Browse files
authored
Update deploy.yaml
fix assumed role
1 parent be0d92b commit 87ec142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
if: inputs.command == 'release' || inputs.command == 'publish'
6161
uses: aws-actions/configure-aws-credentials@v4
6262
with:
63-
role-to-assume: arn:aws:iam::752443094709:role/gha-fusionauth-typescript-client
63+
role-to-assume: arn:aws:iam::752443094709:role/gha-fusionauth-netcore-client
6464
role-session-name: aws-auth-action
6565
aws-region: us-west-2
6666

0 commit comments

Comments
 (0)