Skip to content

Commit

Permalink
fix: update cicd pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
edelwud committed Mar 15, 2023
1 parent 0b1b31d commit 66f3899
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
uses: actions/checkout@v3
- name: Build
run: |-
projen
projen build
npx projen
npx projen build
- name: Upload cdk.out
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
aws-region: us-west-2
role-duration-seconds: 1800
role-skip-session-tagging: true
role-to-assume: ${Token[TOKEN.615]}
role-to-assume: ${Token[TOKEN.614]}
role-session-name: github-actions-runner
- id: Publish
name: Publish Assets-FileAsset1
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
aws-region: us-west-2
role-duration-seconds: 1800
role-skip-session-tagging: true
role-to-assume: ${Token[TOKEN.615]}
role-to-assume: ${Token[TOKEN.614]}
role-session-name: github-actions-runner
- id: Publish
name: Publish Assets-FileAsset2
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
aws-region: us-west-2
role-duration-seconds: 1800
role-skip-session-tagging: true
role-to-assume: ${Token[TOKEN.615]}
role-to-assume: ${Token[TOKEN.614]}
role-session-name: github-actions-runner
- id: Publish
name: Publish Assets-FileAsset3
Expand All @@ -132,7 +132,7 @@ jobs:
aws-region: us-east-1
role-duration-seconds: 1800
role-skip-session-tagging: true
role-to-assume: ${Token[TOKEN.615]}
role-to-assume: ${Token[TOKEN.614]}
role-session-name: github-actions-runner
- name: Assume CDK Deploy Role
uses: aws-actions/configure-aws-credentials@v1-node16
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
aws-region: us-east-1
role-duration-seconds: 1800
role-skip-session-tagging: true
role-to-assume: ${Token[TOKEN.615]}
role-to-assume: ${Token[TOKEN.614]}
role-session-name: github-actions-runner
- name: Assume CDK Deploy Role
uses: aws-actions/configure-aws-credentials@v1-node16
Expand Down

0 comments on commit 66f3899

Please sign in to comment.