File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
WEBHOOK_URL : ${{ secrets.WEBHOOK_URL }}
10
10
DOCKER_USERNAME : ${{ secrets.DOCKER_USERNAME }}
11
11
DOCKER_PASSWORD : ${{ secrets.DOCKER_PASSWORD }}
12
- DOCKERHUB_PASSWORD : ${{ secrets.DOCKERHUB_TOKEN }}
12
+ DOCKERHUB_TOKEN : ${{ secrets.DOCKERHUB_TOKEN }}
13
13
14
14
jobs :
15
15
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ image="amazon/aws-node-termination-handler"
8
8
if git --no-pager diff --name-only HEAD^ HEAD | grep ' README.md' ; then
9
9
token=$( curl -s -X POST \
10
10
-H " Content-Type: application/json" \
11
- -d ' {"username": "' " ${DOCKER_USERNAME} " ' ", "password": "' " ${DOCKERHUB_PASSWORD } " ' "}' \
11
+ -d ' {"username": "' " ${DOCKER_USERNAME} " ' ", "password": "' " ${DOCKER_PASSWORD } " ' "}' \
12
12
https://hub.docker.com/v2/users/login/ | jq -r .token)
13
13
14
14
rcode=$( jq -n --arg msg " $( < $SCRIPTPATH /../README.md) " \
You can’t perform that action at this time.
0 commit comments