Skip to content

Commit

Permalink
[IT-3831] update role to deploy aws-ami-monorepo (#5)
Browse files Browse the repository at this point in the history
Created a new GH OIDC role for deployment therefore need to update the role
in this repo.

depends on Sage-Bionetworks-IT/organizations-infra#1323
  • Loading branch information
zaro0508 authored Jan 16, 2025
1 parent 8b9876a commit c3d011c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v2
with:
aws-region: "us-east-1"
role-to-assume: arn:aws:iam::867686887310:role/sagebase-github-oidc-packer-image-deploy"
role-to-assume: "arn:aws:iam::867686887310:role/sagebase-github-oidc-imagebuilder-deploy"
role-session-name: GA-${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}
role-duration-seconds: 3600
- name: 'Sceptre Deploy'
Expand Down

0 comments on commit c3d011c

Please sign in to comment.