Select Topic AreaQuestion BodyHi :) When trying to Add and commit changes to GitHub getting this error. Thanks |
Answered by
JawadZein
May 12, 2023
Replies: 2 comments 37 replies
|
The message means you don't have permission to push to the repository. It's impossible to say why without full context, but the first thing to check is the token you're using. |
37 replies
|
You need ${{ secrets.TOKEN }} to pass in secret. Test that. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, Thanks for help