Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use bot token to trigger downstream workflows #211

Merged
merged 1 commit into from
Mar 23, 2022

Conversation

jacobtomlinson
Copy link
Member

As noted in #180 when the automatic PR is raised it doesn't trigger the downstream workflows and an empty commit needs to be pushed. This is because the GITHUB_TOKEN doesn't trigger workflows to avoid infinite actions loops.

To work around this we have the @dask-bot user and a PAT available to some repos called DASK_BOT_TOKEN.

This PR updates the workflow to use the bot token instead of the actions token.

@jacobtomlinson jacobtomlinson merged commit 381a50a into dask:main Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant