diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 21a897a..0aef5a3 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -47,7 +47,7 @@ jobs: id: bump-version uses: anothrNick/github-tag-action@1.17.2 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.FLYTE_BOT_PAT }} WITH_V: true DEFAULT_BUMP: patch