Skip to content

Commit

Permalink
add perms to downstream
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Dec 3, 2024
1 parent fdd3142 commit f709391
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sanity-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,11 @@ jobs:
needs: package
runs-on: ubuntu-20.04
steps:
- uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ env.CRT_CI_ROLE }}
aws-region: ${{ env.AWS_DEFAULT_REGION }}

- name: Checkout Source
uses: actions/checkout@v4

Expand Down

0 comments on commit f709391

Please sign in to comment.