-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: The GITHUB_ prefix was unusable #437
Conversation
Nice catch about custom secrets not allowed to have the This PR would need to include updates to the This would also be a breaking change and require a major version update for releases. This will need to happen on the other GitHub OSPO Actions. You up for updating this PR (README and code) and getting others out for the other actions or do we divide and conquer? I'm not trying to steal your thunder. 😄 |
I have to admit, I've successfully run all of these actions with the |
@jmeridth |
Thank you. Did you see my other request for this to truly be "fixed" we need changes to README.md and the code? |
Thank you for your follow-up.
Thank you for your input! |
@snickerjp you are correct. we already resolved this in the README and code. 🤦 Thank you for your PR. |
Pull Request
The
GITHUB_
prefix is no longer supported in GitHub Actions secrets, so I updated the relevant documentation indocs/authenticating-with-github-app-installation.md
.Proposed Changes
Fixes #436.
docs/authenticating-with-github-app-installation.md
to clarify that theGITHUB_
prefix is no longer supported in GitHub Actions secrets.Validation
Readiness Checklist
Author/Contributor
docs/authenticating-with-github-app-installation.md
)make lint
and fix any issues that you have introducedmake test
and ensure you have test coverage for the lines you are introducing@jeffrey-luszcz
Reviewer
documentation
to indicate that this change exclusively updates documentation.