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:
committed by
GitHub
parent
53ae0729ed
commit
e413284017
8
.github/workflows/swap-encoders.yaml
vendored
8
.github/workflows/swap-encoders.yaml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user