dequelabs / axe-linter-action

A GitHub Action to lint for any accessibility issues in your pull requests.
Mozilla Public License 2.0
8 stars 6 forks source link

bug: can't create a secret starting with GITHUB_ #17

Closed enlarsen closed 1 year ago

enlarsen commented 1 year ago

When I try to create a secret called GITHUBTOKEN, I get "Failed to add secret. Secret names must not start with GITHUB." (This appears on a personal repo under settings->secrets->actions.)

enlarsen commented 1 year ago
Screen Shot 2022-12-09 at 1 58 14 PM
enlarsen commented 1 year ago

Never mind. I see that this is a token that is automatically created by GitHub actions.