Unverified Commit 895c4d49 authored by Zelda Hessler's avatar Zelda Hessler Committed by GitHub
Browse files

Update canary workflow (#946)

We had to revert this in order to get the release out last week. Now
that we've released let's re-merge it.

By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
parent a6bc72c0
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -75,11 +75,10 @@ jobs:
      - name: Compile the canary runner
        working-directory: smithy-rs/tools/ci-cdk/canary-runner
        run: cargo build
      - uses: aws-actions/configure-aws-credentials@v1-node16
      - uses: aws-actions/configure-aws-credentials@v4
        name: Acquire credentials for running the canary
        with:
          role-to-assume: ${{ secrets.CANARY_GITHUB_ACTIONS_ROLE_ARN }}
          role-session-name: GitHubActions
          aws-region: us-west-2
      - name: Run the canary
        working-directory: smithy-rs/tools/ci-cdk/canary-runner