You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 withGITHUB_
.To address this, the following steps are necessary:
GITHUB_
prefix.This issue impacts workflows that rely on secrets such as
GITHUB_TOKEN
or custom secrets prefixed withGITHUB_
. A fix is required to ensure compatibility with the latest GitHub Actions behavior.To Reproduce
GITHUB_APP_ID
Expected behavior
Secret names must not start with GITHUB_.
Screenshots
Additional context
No response
The text was updated successfully, but these errors were encountered: