difftreelog
fix xcm workflow
in: master
1 file changed
.github/workflows/xcm-testnet-build.ymldiffbeforeafterboth86 run: sudo apt install jq -y86 run: sudo apt install jq -y878788 - name: Get autorization token from DOCKERHUB88 - name: Get autorization token from DOCKERHUB89 run: | 89 run: | 90 # aquire token90 # aquire token91 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=$TOKEN939394 # 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 repository95 - name: Generate ENV related extend Dockerfile file for POLKADOT95 - name: Generate ENV related extend Dockerfile file for POLKADOT