-
-
Notifications
You must be signed in to change notification settings - Fork 165
Open
Description
Describe the bug
GitHub Actions does not allow any secret or variable to begin with GITHUB_ as those are reserved variable prefixes.
Steps to reproduce the behavior
- Go to the 'repo->Actions'
- Click on 'New repository secret' button
- Try to add secret with
GITHUB_prefix - See error
Expected behavior
This may have worked in the past, but is now deprecated and does not work
Screenshots
Additional context
See GitHub docs:
https://docs.github.com/en/actions/learn-github-actions/variables#naming-conventions-for-configuration-variables
Metadata
Metadata
Assignees
Labels
No labels