-
Notifications
You must be signed in to change notification settings - Fork 1
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
Ability to use other branches #30
Comments
@Descent098 Can you help me set this token and secret thing? I read the steps but I am not able to configure Minisauras properly. |
Hello @Descent098, Thank you for the suggestion. We hope to bring support to other branches in our next release very soon. Thank you. |
@Teamtigers256 That's great to hear, thanks!. @yash982000 Check this out for details on auth layer for actions, the above setup is custom and likely won't work for you: https://docs.github.com/en/actions/reference/authentication-in-a-workflow |
Yes, I saw this. I believe GITHUB_TOKEN is the general thing that we pass. But, how does it authenticate our repo and workflow uniquely. For that, where do I need to put the personal access token? |
I did put the personal access token inside the secret named TOKEN. I want to trigger this to run on every commit in the default branch. What should my "ON" statement go like in the following code?
Much help is appreciated. |
@yash982000 I haven't used this project in a while so I don't remember what scope it needs. I would personally use the built-in The only reason I used that Other than that there's not a whole lot of other troubleshooting I can do, just make sure the token is setup properly, and that you have it in the correct spot as per the guide and the https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token guide. |
@Descent098 Yes, I did that thing. Even the logs are showing perfectly fine. But, the pull request is not opened and minification is not done as well. |
Here goes my whole code. And here is the screenshot when the workflow runs which also says success but no minification. |
Currently minisauras only allows for a pull request to master to be generated. There are two possible solutions:
The text was updated successfully, but these errors were encountered: