Decathlon / wiki-page-creator-action

Create a GitHub wiki page based on the provided markdown file
Apache License 2.0
94 stars 20 forks source link

Invalid secret name value recommended in documentation #22

Closed RehabAbotalep closed 1 year ago

RehabAbotalep commented 1 year ago

When trying to set a value for a secret called GITHUBTOKEN, I faced the following error "Failed to add secret. Secret names must not start with GITHUB."

image

This error message suggests that using GITHUB_ as a prefix for secret names is not allowed.

If this naming convention is indeed invalid, then it would be helpful to update the documentation to provide guidance on valid naming conventions for secrets.

RehabAbotalep commented 1 year ago

I found that The GITHUB_TOKEN is a special token that is automatically generated, so it is worked when keep it as it is without creating it.

More info here

My misunderstanding, sorry.