Preamble
I try to create an organization level secret with name GITHUB_TOKEN, then I get back an error that say "Can't use reserved name".
Questions
- There are by default prepared GITHUB_TOKEN secret?
- It is right to change this
secrets.GITHUB_TOKEN into secrets.CI_ACTION_TOKEN?
- might it be necessary to mention this in the readme?
Thanks for your HQ work!!
Preamble
I try to create an organization level secret with name GITHUB_TOKEN, then I get back an error that say "Can't use reserved name".
Questions
secrets.GITHUB_TOKENintosecrets.CI_ACTION_TOKEN?Thanks for your HQ work!!