Skip to content

Commit

Permalink
Two dependent workflow can't be triggered with the same token
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura authored Nov 7, 2024
1 parent df9cc37 commit e601d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autotag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: butlerlogic/[email protected]
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
GITHUB_TOKEN: "${{ secrets.BOT_TOKEN }}"
with:
strategy: regex
regex_pattern: '\s*\[?.*release\]?: "?.*(\d{4}\.\d{1,2}\.\d+).*"?'
Expand Down

0 comments on commit e601d25

Please sign in to comment.