From 2dfd99a3cb8e5e67e28d8dfe037b7d8fb83b34cd Mon Sep 17 00:00:00 2001 From: jlaura Date: Fri, 24 Sep 2021 12:08:53 -0700 Subject: [PATCH] Update version_bump.yml --- .github/workflows/version_bump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version_bump.yml b/.github/workflows/version_bump.yml index 6752c00b..47dffaab 100644 --- a/.github/workflows/version_bump.yml +++ b/.github/workflows/version_bump.yml @@ -68,7 +68,7 @@ jobs: with: branch: ${{ github.event.pull_request.base.ref }} message: 'Bump version to ${{ steps.new-version.outputs.new-version }}' - repo-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.GITHUB_TOKEN }} author_name: github-actions[bot] author_email: github-actions[bot]@users.noreply.github.com env: -- GitLab