diff --git a/.github/workflows/master_updater.yml b/.github/workflows/master_updater.yml index 1d8e50ae0..f6ae76a29 100644 --- a/.github/workflows/master_updater.yml +++ b/.github/workflows/master_updater.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v1 - name: Push the code to the master branch. run: | - url=https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY + url=https://x-access-token:${{ secrets.WORKFLOW_TOKEN }}@github.com/$GITHUB_REPOSITORY latest_tag=$(git describe --tags --abbrev=0) echo "Latest tag: $latest_tag"