Skip to content

Commit

Permalink
Use bot token for autotagging (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson authored Mar 23, 2022
1 parent 7a3ce69 commit efcfe14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autotag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: butlerlogic/action-autotag@stable
if: github.repository == 'dask/dask-docker'
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
GITHUB_TOKEN: "${{ secrets.DASK_BOT_TOKEN }}"
strategy: regex
regex_pattern: '\s*\[?.*release\]?: "?.*(\d{4}\.\d{1,2}\.\d+).*"?'
root: ".github/workflows/build.yml"

0 comments on commit efcfe14

Please sign in to comment.