From 34d0a66dec793991e5d784b21c7f5283e18bd0b5 Mon Sep 17 00:00:00 2001 From: Taliesin Sisson Date: Wed, 23 Sep 2020 22:08:03 +0100 Subject: [PATCH] Need to use another user to create tag --- .github/workflows/create-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-tag.yml b/.github/workflows/create-tag.yml index fa9aba29..481a5a99 100644 --- a/.github/workflows/create-tag.yml +++ b/.github/workflows/create-tag.yml @@ -14,5 +14,5 @@ jobs: - name: Bump version and push tag uses: mathieudutour/github-tag-action@v4.5 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.CREATE_TAG_GITHUB_TOKEN }} create_annotated_tag: true \ No newline at end of file