-
Couldn't load subscription status.
- Fork 86
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
It appears that the GITHUB_ prefix is no longer allowed for secrets in GitHub Actions. This restriction causes issues when trying to use secrets with names that start with GITHUB_.
To address this, the following steps are necessary:
- Identify all existing secrets with the
GITHUB_prefix. - Rename those secrets to remove or replace the prefix.
- Update workflows and configurations to use the new secret names.
This issue impacts workflows that rely on secrets such as GITHUB_TOKEN or custom secrets prefixed with GITHUB_. A fix is required to ensure compatibility with the latest GitHub Actions behavior.
To Reproduce
- Settings
- Security > Secrets and variables > Actions
- input
GITHUB_APP_ID
Expected behavior
Secret names must not start with GITHUB_.
Screenshots
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working