Skip to content

Use GitHub App token for tagpr#3

Merged
buty4649 merged 1 commit intomainfrom
fix-tagpr-token
Apr 17, 2026
Merged

Use GitHub App token for tagpr#3
buty4649 merged 1 commit intomainfrom
fix-tagpr-token

Conversation

@buty4649
Copy link
Copy Markdown
Contributor

Summary

  • tagprワークフローがデフォルトの GITHUB_TOKEN ではコケていたため、GitHub Appトークンを発行して使うよう変更
  • PR_MAKER_APP_ID / PR_MAKER_APP_PRIVATE_KEY シークレットを利用
  • checkout と tagpr の両方で発行したトークンを使用

Test plan

  • mainマージ後、tagprワークフローが成功することを確認
  • リリースPRが自動生成されること

🤖 Generated with Claude Code

Default GITHUB_TOKEN cannot trigger downstream workflows on the
auto-created release PR, so tagpr was failing. Mint a token from
the PR maker app so commits and PRs are attributed correctly and
CI runs against the release PR.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@buty4649 buty4649 self-assigned this Apr 17, 2026
@buty4649 buty4649 enabled auto-merge (squash) April 17, 2026 03:50
@buty4649 buty4649 merged commit 85a50fc into main Apr 17, 2026
2 checks passed
@buty4649 buty4649 deleted the fix-tagpr-token branch April 17, 2026 03:50
This was referenced Apr 17, 2026
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