diff --git a/.github/workflows/auto-tag-bot.yml b/.github/workflows/auto-tag-bot.yml index 9c6c1d9..afa52ed 100644 --- a/.github/workflows/auto-tag-bot.yml +++ b/.github/workflows/auto-tag-bot.yml @@ -18,7 +18,7 @@ jobs: - name: Release new versions using TagBot uses: snapserv/action-autotagbot@master with: - api_token: '${{ secrets.GITHUB_TOKEN }}' + api_token: '${{ secrets.SNAPSERV_BOT_TOKEN }}' source_file: 'package.json' version_pattern: '"version"\s*:\s*"(?[0-9.]+)"' tag_format: 'v{version}'