sync-upstream: Restore SYNC_PAT#353
Merged
real-or-random merged 1 commit intoBlockstreamResearch:masterfrom Mar 30, 2026
Merged
sync-upstream: Restore SYNC_PAT#353real-or-random merged 1 commit intoBlockstreamResearch:masterfrom
real-or-random merged 1 commit intoBlockstreamResearch:masterfrom
Conversation
|
|
||
| TITLE="Upstream PRs" | ||
| BODY="" | ||
| BODY="This PR has been created by a GitHub Actions workflow."$'\n' |
Member
There was a problem hiding this comment.
Can we make this conditional on the GITHUB_ACTIONS env variable being defined?
Suggested change
| BODY="This PR has been created by a GitHub Actions workflow."$'\n' | |
| BODY="${GITHUB_ACTIONS+This PR has been created by a GitHub Actions workflow without human involvement.}"$'\n' |
Contributor
Author
There was a problem hiding this comment.
Yes! I have tested it both on GitHub and locally, and it works correctly.
P.S. Sorry for being out sick for so long...
e049b73 to
e371ab5
Compare
Member
|
Ok, works again: #356 :) |
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.
This PR restores the
SYNC_PATrequirement due to restrictions on opening PRs with the default 'GITHUB_TOKEN'.Since the authorship of the PR is now linked to the user who created the PAT, a note was added to the PR body to clarify that it was created by a GitHub Actions workflow and not by a human being.
Additionally, the
permissions:section has been removed, asGITHUB_TOKENis no longer in use.