git.delta.rocks / unique-network / refs/commits / e30b14aa6f29

difftreelog

fix xcm workflow

Konstantin Astakhov2022-09-09parent: #2207e6f.patch.diff
in: master

1 file changed

modified.github/workflows/xcm-testnet-build.ymldiffbeforeafterboth
86 run: sudo apt install jq -y86 run: sudo apt install jq -y
8787
88 - name: Get autorization token from DOCKERHUB88 - name: Get autorization token from DOCKERHUB
89 run: | 89 run: |
90 # aquire token90 # aquire token
91 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)91 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)
92 export $TOKEN92 export TOKEN=$TOKEN
9393
94 # Check POLKADOT version and build it if it doesn't exist in repository94 # Check POLKADOT version and build it if it doesn't exist in repository
95 - name: Generate ENV related extend Dockerfile file for POLKADOT95 - name: Generate ENV related extend Dockerfile file for POLKADOT