You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After the workflow to format code runs the GitHub Actions bot makes a push with it's token. Due to using the GitHub actions runner token this doesn't cause the on pull request or on push to trigger again.
To Reproduce
Steps to reproduce the behavior:
Open a pull request with failing formatting.
comments /format
See runs not triggering
Expected behavior
on pull request and on push are triggered.
Additional context
This is an intentional choice by GitHub to work around it we have to make a custom auth token for the actions runner.
The text was updated successfully, but these errors were encountered:
Describe the bug
After the workflow to format code runs the GitHub Actions bot makes a push with it's token. Due to using the GitHub actions runner token this doesn't cause the on pull request or on push to trigger again.
To Reproduce
Steps to reproduce the behavior:
/format
Expected behavior
on pull request and on push are triggered.
Additional context
This is an intentional choice by GitHub to work around it we have to make a custom auth token for the actions runner.
The text was updated successfully, but these errors were encountered: