From 4536a69fb0cc7adf7dc54268e36a3524ccf8bb07 Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Wed, 13 May 2020 09:58:29 +0300 Subject: [PATCH] Rename master update token to reduce differences --- .github/workflows/master_updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master_updater.yml b/.github/workflows/master_updater.yml index 1a0c45854..333eb43dd 100644 --- a/.github/workflows/master_updater.yml +++ b/.github/workflows/master_updater.yml @@ -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