Switch from PATs to Jinx GitHub App#590
Merged
Merged
Conversation
Replace GLOBAL_GHA_PAT, ADMIN_TOKEN, and push-to-protected SSH key with actions/create-github-app-token across build-preview, hello, merge-pending, and global-team workflows. Convert global-team.yml from push-protected to peter-evans/create-pull-request to avoid needing admin permissions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for rladies-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
JSON Validation✅ All JSON files are valid. Updated: 2026-05-11T12:42:30.576Z |
Contributor
Broken Link Check✅ No broken links found. Updated: 2026-05-11T12:43:38.067Z |
Contributor
Bundle Size ReportTotal CSS: 202.7 KB · Total JS: 593.4 KB · Combined: 796.1 KB Asset breakdown
Updated: 2026-05-11T12:43:38.482Z |
Contributor
Lighthouse Audit
Updated: 2026-05-11T12:47:55.272Z |
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
GLOBAL_GHA_PAT,ADMIN_TOKEN, andpush-to-protectedSSH key withactions/create-github-app-tokenglobal-team.ymlfromCasperWA/push-protected(requires admin) topeter-evans/create-pull-request(creates a mergeable PR instead)Test plan
build-previewvia workflow_dispatch and verify cross-repo artifact download worksmerge-pendingcan find and merge pending-labeled PRsglobal-teamand verify it creates a PR with Airtable data (instead of direct push to main)🤖 Generated with Claude Code