Skip to content

Cyclic workflow, is it possible? #26391

Answered by airtower-luna
DanySK asked this question in Actions
Discussion options

You must be logged in to vote

I assume you’re using the GITHUB_TOKEN to push the updates created in the cron job? There’s a limitation to that, see Using the GITHUB_TOKEN in a workflow:

When you use the repository’s GITHUB_TOKEN to perform tasks on behalf of the GitHub Actions app, events triggered by the GITHUB_TOKEN will not create a new workflow run. This prevents you from accidentally creating recursive workflow runs.

To get around that limitation you’ll need to create a PAT (personal access token) with the required permissions and use that instead (via Secrets).

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants