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

not trigger create release (actions/create-release) #63

Open
daolou opened this issue Jul 24, 2020 · 2 comments
Open

not trigger create release (actions/create-release) #63

daolou opened this issue Jul 24, 2020 · 2 comments

Comments

@daolou
Copy link

daolou commented Jul 24, 2020

image

push tags success, but not trigger create-release:

push tags workflow:

image

create release workflow:
image

repo: https://github.com/jsany/log-filesize-webpack-plugin

@ad-m
Copy link
Owner

ad-m commented Jul 24, 2020

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. For example, if a workflow run pushes code using the repository's GITHUB_TOKEN, a new workflow will not run even when the repository contains a workflow configured to run when push events occur.

See https://docs.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token for details.

Use https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token as workaround.

@ad-m ad-m closed this as completed Jul 24, 2020
@daolou
Copy link
Author

daolou commented Jul 31, 2020

@ad-m

Please look carefully, I used MY_GITHUB_TOKEN which is personal, not GITHUB_TOKEN.

@ad-m ad-m reopened this Jul 31, 2020
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

No branches or pull requests

2 participants