Skip to content

Commit

Permalink
Merge pull request #21 from maticnetwork/DEVOPS-1384-update-secrets-b…
Browse files Browse the repository at this point in the history
…ased-auth

Devops 1384 update secrets based auth
  • Loading branch information
sshrihar authored Sep 4, 2023
2 parents fd1f145 + cda1cd2 commit af7bc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v1-node16
with:
aws-region: eu-west-1
role-to-assume: ${{ secrets.ACTION_ROLE }}
role-to-assume: arn:aws:iam::042947190491:role/wallet-asset-GithubActionsRole
role-session-name: GitHubActionsSession

- name: Deploy to S3 bucket
Expand Down

0 comments on commit af7bc64

Please sign in to comment.