-
Notifications
You must be signed in to change notification settings - Fork 0
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 able to configure Personal Access Token with Secret #32
Comments
To be precise, I am confused about where to provide the personal access token name and where to put the secret token. |
Did you go through this? |
Hello @yash982000, Sorry for the late reply. You have to set up the secret token in the settings of your repository. Please go through this documentation from GitHub: https://docs.github.com/en/actions/reference/encrypted-secrets Make sure that the secret name is Let us know if that helps. |
YES!! |
Ok. Then where do I put the personal access token. And ,also is something to be put in value? |
@yash982000 |
I tried this but the pull request for minification isn't working yet. I want to setup a workflow such as on commit it checks for minification.
What should I write inside "ON" such that it triggers while I commit on that default branch? Much help appreciated. |
Hey @yash982000, Whenever you merge other branches to your base branch or push directly any changes to your base branch then the action will be able to minify only when you give both read and write access for your personal access token. It will send a pull request to your repository. Can you please check if your token has both read and write permission? |
You may also check the example repository which is using minisauras: https://github.com/TeamTigers/minisauras-example |
Hello @yash982000, Yes, this should work. |
Heyy @Teamtigers256 No error on logs. All are showing success. But no pull request and changes. |
Also, I wasted some a lot of scheduled actions minutes Can you please help? |
Hello @Teamtigers256 Any updates on this? I am unable to troubleshoot what is the problem as it is never shown. Although now, when a new code is pushed to the branch, it shows minisauras run successfully. Here is the screenshot of how the workflow is triggered one pushed some code:- |
Much help appreciated!! |
@hrittikhere @Teamtigers256 @shunjid @zubayerhimel Can anyone please help? I have troubleshot a lot. But do not find anything. If you have used this earlier, I would be happy to see your working code and would debug it accordingly for my use. |
Hello, I have tried to configure as per the steps provided but was not been able to find out what is wrong.
I am a bit confused about the steps that how to use the personal access token with the encrypted secrets.
Please help.
@shunjid @zubayerhimel @fahad1997 @jinnatul @abusufianshibli
The text was updated successfully, but these errors were encountered: