Rename master update token to reduce differences

This commit is contained in:
Eric Kotato 2020-05-13 09:58:29 +03:00
parent 140deb46c5
commit 4536a69fb0

View file

@ -16,7 +16,7 @@ jobs:
- name: Push the code to the master branch.
if: env.SKIP == '0'
run: |
token=${{ secrets.WORKFLOW_TOKEN }}
token=${{ secrets.TOKEN_FOR_MASTER_UPDATER }}
if [ -z "${token}" ]; then
echo "Token is unset. Nothing to do."
exit 0