From 3f2f702042b31488a057b1ea336e360b1a0e2e7f Mon Sep 17 00:00:00 2001 From: Santiago Date: Thu, 3 Sep 2020 14:10:28 +0200 Subject: [PATCH] ci(github-action): use personal access token Use personal access token instead of github token, in order to trigger new events (like pthonpublish) --- .github/workflows/bumpversion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bumpversion.yml b/.github/workflows/bumpversion.yml index 1e9ce7da59..706e84aa17 100644 --- a/.github/workflows/bumpversion.yml +++ b/.github/workflows/bumpversion.yml @@ -18,4 +18,4 @@ jobs: - name: Create bump and changelog uses: commitizen-tools/commitizen-action@master with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}