Skip to content
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

Attempt fix release preprocessor step #25

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Conversation

BusyCityGuy
Copy link
Owner

There's a permissions issue with the release preprocessing step where it can't commit the changes back to main because the branch is protected. This PR adds a GitHub bot token and key during checkout to hopefully give it the necessary permissions (I've granted this app access to bypass it in the repo settings).

The variables are restricted to an environment which only applies to the main branch in order to avoid them being used to bypass the protections by anyone. That means I also won't be able to test if this works until after I merge this PR, so I will likely need another follow-up PR to fix any bugs.

@BusyCityGuy BusyCityGuy added the bug Something isn't working label Sep 25, 2024
@BusyCityGuy BusyCityGuy merged commit 4eb1335 into main Sep 25, 2024
5 checks passed
@BusyCityGuy BusyCityGuy deleted the fix/release-commit branch September 25, 2024 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant