Skip to content

Commit

Permalink
Update deployment role
Browse files Browse the repository at this point in the history
  • Loading branch information
xschildw committed Dec 5, 2024
1 parent 259a0e0 commit 2328502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
uses: ./.github/workflows/build.yaml
with:
fct_stack: dev
role_to_assume: arn:aws:iam::449435941126:role/sagebase-github-oidc-nbconvert-deploy-cdk-based
role_to_assume: arn:aws:iam::449435941126:role/sagebase-github-oidc-sage-bionetworks-synapse

build-prod:
if: ${{ github.ref_name == 'master' }}
uses: ./.github/workflows/build.yaml
with:
fct_stack: prod
# Always deploy to dev for now...
role_to_assume: arn:aws:iam::449435941126:role/sagebase-github-oidc-nbconvert-deploy-cdk-based
role_to_assume: arn:aws:iam::449435941126:role/sagebase-github-oidc-sage-bionetworks-synapse

0 comments on commit 2328502

Please sign in to comment.