HacktoberFest
HacktoberFest copied to clipboard
Greeting Workflow not working
Could you elaborate?
Yeah please elaborate
- The problem is i am not able to name the secret as GITHUB_TOKEN in actions.
- it's displaying that you can not use GITHUB as a starting name, but if you will look at the workflow code, there's secrets.GITHUB_TOKEN in token section of greetings.yml
- so, is there any alternate gh-action which can display a greeting message ?
Refer here : https://docs.github.com/en/actions/security-guides/automatic-token-authentication and https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
Check out first two paragraphs.