Skip to content

Commit

Permalink
ci: use snapserv-bot pat for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ppmathis committed May 23, 2020
1 parent f9c5194 commit 43d915b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-tag-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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*"(?<version>[0-9.]+)"'
tag_format: 'v{version}'

0 comments on commit 43d915b

Please sign in to comment.