Skip to content

Commit

Permalink
🔑 Use bot token if available in tag workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Mar 28, 2022
1 parent 93a531a commit c2559bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-tag-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
tag: ${{ needs.tag-pre-release.outputs.tag }}
bodyFile: ".github/LATEST_CHANGELOG.md"
mark-issue-fixed:
Expand Down

0 comments on commit c2559bc

Please sign in to comment.