Merge pull request #202 from sygmaprotocol/tcar/remove-khala #499
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish testnet configurations | |
on: | |
push: | |
branches: | |
- main | |
permissions: read-all | |
jobs: | |
publish_testnet: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- name: Upload testnet assets | |
uses: shallwefootball/s3-upload-action@master | |
with: | |
aws_key_id: ${{ secrets.STAGE_AWS_KEY_ID }} | |
aws_secret_access_key: ${{ secrets.STAGE_AWS_SECRET_ACCESS_KEY }} | |
aws_bucket: chainbridge-assets-stage | |
source_dir: './testnet' | |
destination_dir: '.' | |