Skip to content

Commit

Permalink
ci: fix pipeline (#21)
Browse files Browse the repository at this point in the history
Release-As: 0.5.0
  • Loading branch information
twelvemo committed Jun 5, 2023
1 parent 1b9a210 commit ea5ddc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: configure aws credentials
uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef # 2.0.0
with:
role-to-assume: ${secrets.AWS_ROLE}
role-to-assume: ${{ secrets.AWS_ROLE }}
role-session-name: github-action-dev-cluster-cdk-release
aws-region: ${{ matrix.region }}

Expand Down

0 comments on commit ea5ddc8

Please sign in to comment.