Rename master update token to reduce differences
This commit is contained in:
parent
140deb46c5
commit
4536a69fb0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/master_updater.yml
vendored
2
.github/workflows/master_updater.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- name: Push the code to the master branch.
|
- name: Push the code to the master branch.
|
||||||
if: env.SKIP == '0'
|
if: env.SKIP == '0'
|
||||||
run: |
|
run: |
|
||||||
token=${{ secrets.WORKFLOW_TOKEN }}
|
token=${{ secrets.TOKEN_FOR_MASTER_UPDATER }}
|
||||||
if [ -z "${token}" ]; then
|
if [ -z "${token}" ]; then
|
||||||
echo "Token is unset. Nothing to do."
|
echo "Token is unset. Nothing to do."
|
||||||
exit 0
|
exit 0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue