-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
Deploy from master branch to other master branch #318
Comments
cf. README.md
You need to change your YAML file as follows. - github_token: ${{ secrets.SUPER_GITHUB_TOKEN }}
+ personal_token: ${{ secrets.SUPER_GITHUB_TOKEN }} |
Thank you. 😄 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
Deployment from
master
branch of one repo tomaster
branch of other repo failes with the following error:To Reproduce
Expected behavior
Allow deploying to other
master
branch whenexternal_repository
is set.Your YAML file
See above.
The text was updated successfully, but these errors were encountered: