fix: PR auto-merge step needs GH_TOKEN set - #96
Open
philpennock wants to merge 1 commit into
Open
philpennock wants to merge 1 commit into
philpennock wants to merge 1 commit into
Conversation
Deploying nats-tools with
|
| Latest commit: |
cd2537f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0c0657ae.nats-tools.pages.dev |
| Branch Preview URL: | https://pdp-fix-gh-perms.nats-tools.pages.dev |
A run today successfully created the PR but failed at the "set it to auto-merge" stage because of a missing env-var. See: <https://github.com/ConnectEverything/client-tools/actions/runs/35241455784/job/105270656218> The error text suggests using `github.token` but I stuck to `secrets.GITHUB_TOKEN` for consistency with the rest of this file. Same value, but some differences on where valid (both valid here, bias for consistency).
philpennock
force-pushed
the
pdp/fix-gh-perms
branch
from
September 17, 2026 15:54
c56be4f to
cd2537f
Compare
philpennock
enabled auto-merge
September 17, 2026 15:55
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A run today successfully created the PR but failed at the "set it to
auto-merge" stage because of a missing env-var. See:
https://github.com/ConnectEverything/client-tools/actions/runs/35241455784/job/105270656218
The error text suggests using
github.tokenbut I stuck tosecrets.GITHUB_TOKENfor consistency with the rest of this file. Same value,but some differences on where valid (both valid here, bias for consistency).