diff --git a/.github/workflows/update_version.yml b/.github/workflows/update_version.yml index 9add439a3..eb3afdc5b 100644 --- a/.github/workflows/update_version.yml +++ b/.github/workflows/update_version.yml @@ -11,4 +11,4 @@ jobs: with: default_branch: main # optional, default: main secrets: - SERVICE_TOKEN: ${{ secrets.GITHUB_TOKEN }} # required + SERVICE_TOKEN: ${{ secrets.SERVICE_TOKEN }} # required