jwenjian / ghiblog

GitHub Issues Blog, powered by GitHub Issues and GitHub Actions
https://1link.fun
350 stars 46 forks source link

feat: modify secrets key #301

Closed xiaotiandada closed 2 years ago

xiaotiandada commented 2 years ago

Failed to add secret. Secret names must not start with GITHUB_.

image
xiaotiandada commented 2 years ago

@jwenjian review

jwenjian commented 2 years ago

GITHUB_TOKEN is the special secrets, you don't need to create by yourself, you can just use it. refer below link:

https://dev.to/github/the-githubtoken-in-github-actions-how-it-works-change-permissions-customizations-3cgp

xiaotiandada commented 2 years ago

GITHUB_TOKEN is the special secrets, you don't need to create by yourself, you can just use it. refer below link:

https://dev.to/github/the-githubtoken-in-github-actions-how-it-works-change-permissions-customizations-3cgp

ohh

learned, thanks