chore: fix for old aws account id (#149)

* chore: fix for old aws account id

* chore: fix for old aws account id

* chore: test with changed branch

* chore: test with changed branch

* chore: test with install dependencies

* chore: prepare to pr
This commit is contained in:
Khramtsov Valentin
2025-02-05 13:09:51 +03:00
committed by GitHub
parent 53ae0729ed
commit e413284017
3 changed files with 55 additions and 5 deletions

View File

@@ -13,6 +13,10 @@ env:
jobs:
tests:
uses: propeller-heads/tycho-protocol-sdk/.github/workflows/python-tests.yaml@main
secrets:
role-to-assume: ${{ secrets.ROLE_TO_ASSUME }}
aws-region: ${{ secrets.AWS_REGION }}
domain-owner: ${{ secrets.DOMAIN_OWNER }}
formatting:
name: Formatting
@@ -26,6 +30,10 @@ jobs:
- name: Setup Env
uses: ./.github/actions/setup_env
with:
role-to-assume: ${{ secrets.ROLE_TO_ASSUME }}
aws-region: ${{ secrets.AWS_REGION }}
domain-owner: ${{ secrets.DOMAIN_OWNER }}
- name: Black Formatting
run: |