Skip to content

fix: use GitHub App token for cross-repo checkout#5

Merged
zfarrell merged 1 commit intomainfrom
fix/app-token-checkout
Mar 13, 2026
Merged

fix: use GitHub App token for cross-repo checkout#5
zfarrell merged 1 commit intomainfrom
fix/app-token-checkout

Conversation

@zfarrell
Copy link
Contributor

Uses hotdata-automation app token to authenticate the checkout of the review prompt from the private github-workflows repo.

id: app-token
uses: actions/create-github-app-token@v2
with:
app-id: 3060111
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider storing the app ID as a repository variable (vars.HOTDATA_APP_ID) rather than hardcoding it. App IDs aren't secrets, but keeping it in vars makes the workflow easier to update without a code change if the app ever rotates.

Suggested change
app-id: 3060111
app-id: ${{ vars.HOTDATA_APP_ID }}

@zfarrell zfarrell merged commit e7b4e5d into main Mar 13, 2026
1 check passed
@zfarrell zfarrell deleted the fix/app-token-checkout branch March 13, 2026 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant