difftreelog
fix xcm workflow
in: master
1 file changed
.github/workflows/xcm-testnet-build.ymldiffbeforeafterboth848485 - name: Get autorization token from DOCKERHUB85 - name: Get autorization token from DOCKERHUB86 run: | 86 run: | 87 # aquire token87 # aquire token88 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 $TOKEN909091 # 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 repository92 - name: Generate ENV related extend Dockerfile file for POLKADOT92 - name: Generate ENV related extend Dockerfile file for POLKADOT