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

Does not trigger other workflows anymore #132

Closed
Umer-Mahmood opened this issue Jul 30, 2021 · 1 comment · Fixed by #133
Closed

Does not trigger other workflows anymore #132

Umer-Mahmood opened this issue Jul 30, 2021 · 1 comment · Fixed by #133

Comments

@Umer-Mahmood
Copy link

I have been using this action to make releases, and based on releases trigger other workflows. But this stopped happening recently.

  1. I am using Personall Access Token
  2. I can see that release is published successfully.
  3. I have tested other release actions with the same personal token, they do trigger my other workflows.

Expected:
Release published via this action should be able to trigger other workflows if a Personal Access Token, having relavant permission scope, is used.

Observations:
In release history, Under the release I used to see, "(my name) released this xx hours ago", now I see "github-actions released this xx hours ago".

@softprops
Copy link
Owner

thanks for reporting the issue

This was likely a regression in #83

I think we can rectify this and restore previous behavior be flipping the order of token resolution in util.ts I’ll try to get to that this weekend

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 a pull request may close this issue.

2 participants