Skip to content

Commit

Permalink
aws settings to retrieve token
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastroy committed May 6, 2024
1 parent af1e3ca commit 037ab61
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/all_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
uses: ./.github/actions/python-build
- name: Run Pytest
uses: ./.github/actions/test
- name: Configure aws credentials
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::885886606610:role/GithubFullS3
aws-region: "us-east-2"
- name: Push our build to gemfury
uses: ./.github/actions/upload-wheel
env:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/merge_to_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,10 @@ jobs:
uses: ./.github/actions/bumpversion
env:
QCOG_DEPLOY_PUSH_KEY: ${{ secrets.QCOG_DEPLOY_PUSH_KEY }}
- name: Configure aws credentials
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::885886606610:role/GithubFullS3
aws-region: "us-east-2"
- name: Push our build to gemfury
uses: ./.github/actions/upload-wheel

0 comments on commit 037ab61

Please sign in to comment.