Feat/signed push app action - #549
Merged
Merged
Conversation
… GitHub App) Estate primitive for the "AI tools can't operate GitHub" problem: automation commits made with a PAT/GITHUB_TOKEN are Unverified, so any branch requiring signed commits (`required_signatures`) is BLOCKED from merging (e.g. IDApTIK #28). signed-push mints a GitHub App installation token (actions/create-github-app-token) and delegates to Asana/push-signed-commits, which replays local commits through the createCommitOnBranch GraphQL mutation — GitHub signs those itself, so they land as Verified and satisfy the ruleset. - SHA-pinned: create-github-app-token v3.2.0, push-signed-commits v1. - README documents App setup + the ruleset bypass caveat for PR-only/merge-queue. BLOCKED (draft): requires the org to register the App and set APP_ID / APP_PRIVATE_KEY secrets before it can run/verify. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…-end) workflow_dispatch job that creates a throwaway branch, commits a trivial change, pushes it through the signed-push action (GitHub App -> createCommitOnBranch), then asserts the resulting commit is verified=true and deletes the branch. Fails loudly if the commit comes back Unverified (wrong/missing App secrets or App not installed). Requires APP_ID (variable) + APP_PRIVATE_KEY (secret) on this repo. actionlint clean. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
|
Code Review ✅ ApprovedAdds a signed-push composite action and a manual smoke workflow to verify end-to-end verified commits via GitHub App. No issues found.
OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |
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.



Summary
Closes #
Type of change
How has this been verified?
Checklist
git commit -S).SPDX-License-Identifier(code/configMPL-2.0,prose
CC-BY-SA-4.0); I did not relicense existing files.Notes for reviewers
Summary by Gitar
signed-push-smokeworkflow to test end-to-end Verified commits in.github/workflows/signed-push-smoke.ymlThis will update automatically on new commits.