diff --git a/.github/workflows/set_version.yml b/.github/workflows/set_version.yml index 789263c08..60fa4c4c7 100644 --- a/.github/workflows/set_version.yml +++ b/.github/workflows/set_version.yml @@ -1,6 +1,4 @@ name: "Version: Set Version" -env: - GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }} on: workflow_dispatch: inputs: @@ -36,3 +34,4 @@ jobs: branch: create-pull-request/bump_build title: ${{ steps.commit.outputs.pr_title }} body: "Automatically created by ${{ github.actor }}." + token: ${{ secrets.REPO_SCOPED_TOKEN }}