git.delta.rocks / unique-network / refs/commits / 76f68f9b0742

difftreelog

fix xcm workflow

Konstantin Astakhov2022-09-09parent: #1f22fe8.patch.diff
in: master

1 file changed

modified.github/workflows/xcm-testnet-build.ymldiffbeforeafterboth
8484
85 - name: Get autorization token from DOCKERHUB85 - name: Get autorization token from DOCKERHUB
86 run: | 86 run: |
87 # aquire token87 # aquire token
88 TOKEN=$(curl -s -H "Content-Type: application/json" -X POST -d '{"username": "'${{ secrets.CORE_DOCKERHUB_USERNAME }}'", "password": "'${{ secrets.CORE_DOCKERHUB_TOKEN }}'"}' https://hub.docker.com/v2/users/login/ | jq -r .token)88 TOKEN=$(curl -s -H "Content-Type: application/json" -X POST -d '{"username": "'${{ secrets.CORE_DOCKERHUB_USERNAME }}'", "password": "'${{ secrets.CORE_DOCKERHUB_TOKEN }}'"}' https://hub.docker.com/v2/users/login/ | jq -r .token)
89 export $TOKEN89 export $TOKEN
9090
91 # Check POLKADOT version and build it if it doesn't exist in repository91 # Check POLKADOT version and build it if it doesn't exist in repository
92 - name: Generate ENV related extend Dockerfile file for POLKADOT92 - name: Generate ENV related extend Dockerfile file for POLKADOT