Move the danielridgebot workflows off secrets.DR_PAT onto the org GitHub App
メンテナーはふだん 1 日以内に返信
まだ誰も着手していません。
評価
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 初心者へのやさしさ
- 48/100
調査の方向性
hackforla/check-ghpages-versions の check-gh-pages-version.yml、check-ruby-version.yml、test-issue-labels.yml から始め、既存の DR_PAT の使用方法と create-github-app-token action を確認する。使い捨てのブランチから gh workflow run check-gh-pages-version.yml --ref でテストし、その後、テスト用の issue と card をクリーンアップする前に、ラベル、milestone、board 73 を確認する。両方の check が App token で動作し、DR_PAT に関する判断が記録されていれば完了とする。
索引モデルが issue の本文から書いたものです。
説明
Overview
We need the danielridgebot workflows to create issues with a token minted from the org's GitHub App instead of secrets.DR_PAT, because that PAT is a personal access token on a recurring expiry cycle with nothing warning us when it lapses. Its failure mode is silence — a missed GitHub Pages version bump rather than an alert — so we would not find out until someone noticed the bot had gone quiet.
Action Items
- Confirm first that the
HFLA_WORKFLOW_APP_*App is installed onhackforla/devopswith Issues: write, and that it has organization Projects: write. The bot creates its issues onhackforla/devopsand adds them to board 73, so an installation scoped only to the bot repo is not enough. If the App cannot write to projects, that is the finding — record it on this issue rather than shipping something that silently stops adding board cards. - In
check-gh-pages-version.ymlandcheck-ruby-version.yml, mint a token withactions/create-github-app-tokenfromsecrets.HFLA_WORKFLOW_APP_ID/secrets.HFLA_WORKFLOW_APP_PRIVATE_KEYand pass it asGH_TOKENto the "Create issue…" step, in place ofsecrets.DR_PAT. Both org secrets are already readable by this repo — verified 2026-09-07. - Leave the
git pushsteps alone. They commit the new version file using the checkout-persistedGITHUB_TOKEN, notDR_PAT, so they are unaffected by this change. - Decide what happens to
test-issue-labels.yml, the third and last user ofDR_PAT: switch it too, or delete it. It isworkflow_dispatch-only, it opens issues on the bot repo itself, and the one it left behind — check-ghpages-versions#22, open since May 2024 — is that repo's only open issue, so nothing sweeps what it creates. - Test before relying on it. On a throwaway branch, set
release-versions/github-pages-gem.txtto an older value and rungh workflow run check-gh-pages-version.yml --ref <branch>. The workflow commits the real version back, so the file self-restores — but it opens a real issue onhackforla/devopswith a board card, so close that issue and delete its card afterwards. - Check the test issue carries its labels, its milestone and a card on board 73. The board card is both the most likely thing to fail and the one that fails quietly.
- Once both check workflows are confirmed working on App tokens, delete the
DR_PATrepo secret. Decide separately what happens to thedanielridgebotuser account itself — with the PAT retired it has no remaining job. - Note that the issue author changes from
danielridgebotto the App's bot identity. Nothing we know of filters on the author, but the weekly label check and anyone reading the board will see a different name — confirm that is acceptable before merging rather than after.
Resources/Instructions
- The change is a PR on hackforla/check-ghpages-versions. This issue lives on
devopsbecause that is where the bot's issues land, where it is documented, and because the bot repo is not on board 73 and has almost no label vocabulary of its own. - The bot's documentation: @danielridgebot-DevOps-Wiki
DR_PATwas last rotated 2025-10-26 and confirmed working 2026-08-24, so it is currently valid. This is not urgent — it removes a recurring liability rather than fixing an outage.- Org secrets already visible to the bot repo, verified 2026-09-07:
HFLA_WORKFLOW_APP_ID,HFLA_WORKFLOW_APP_PRIVATE_KEY,HFLA_GRAPHQL_APP_ID,HFLA_GRAPHQL_APP_PRIVATE_KEY. - Do not "fix" the issue templates' frontmatter while you are in there.
update-gh-pages-version.mdandupdate-ruby-version.mdcarryprojects:as a board title andmilestones:plural. GitHub never renders these files — the bot's own parser,github-actions/utils/parse-issue-template.js, reads the frontmatter and feeds it togh issue create --project "$PROJECTS", where a board title is exactly what is wanted. Changing them tohackforla/73would break the bot. - Do not delete
keepalive.yml. It looks like dead code and is load-bearing: GitHub disables scheduled workflows after 60 days with no repository commits, which is what silently killed both checks between 2026-01-07 and 2026-08-24. It is hand-rolled because the action the wiki recommends for this has been blocked by GitHub since 2025-04-21.
- 主要言語
- PowerShell
- スター
- 8
- フォーク
- 10
- 平均マージ
- 7時間 30分
- マージ済み PR(30日)
- 22
環境構築
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
hackforla/devops のほかの issue
-
Fix CONTRIBUTING.md's "Getting write access" section - it contradicts the fork bot and the wikiオープンcomplexity: small feature: Onboarding good first issue role: DevOps Engineer size: 1pt
難易度 2/5 1〜3時間 初心者へのやさしさ 84/100
メンテナーはふだん 1 日以内に返信
-
complexity: small feature: maintenance role: DevOps Engineer size: 1pt
難易度 2/5 1〜3時間 初心者へのやさしさ 88/100
メンテナーはふだん 1 日以内に返信
-
complexity: small feature: maintenance role: DevOps Engineer size: 1pt
難易度 3/5 1〜2日 初心者へのやさしさ 58/100
メンテナーはふだん 1 日以内に返信
-
Migrate the Terraform S3 backends off dynamodb_table onto use_lockfile and delete the lock tables対応中かも @here が 3 日前に担当しました。 オープンcomplexity: medium feature: maintenance role: DevOps Engineer size: 2pt
難易度 5/5 1週間以上 初心者へのやさしさ 45/100
hackforla/devops#218 · コメント 3 件 · 担当者 1 名 ·
メンテナーはふだん 1 日以内に返信
-
complexity: large epic feature: project terraform setup role: DevOps Engineer size: 13+pt
難易度 5/5 1週間以上 初心者へのやさしさ 30/100
メンテナーはふだん 1 日以内に返信
hackforla/devops の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
siderolabs/terraform-provider-talos#414 ·
メンテナーはふだん 1 日以内に返信
-
agent/quality hive/hosted-available-lke648397-260827-5n31 quality testing
難易度 2/5 1〜3時間 初心者へのやさしさ 91/100
メンテナーはふだん 1 日以内に返信
-
Mend: dependency security vulnerability
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
メンテナーはふだん 1 日以内に返信
-
area/helm kind/bug priority/backlog triage/accepted
難易度 2/5 1〜3時間 初心者へのやさしさ 84/100
lexfrei/cloudflare-tunnel-gateway-controller#835 ·
メンテナーはふだん 1 日以内に返信
-
難易度 1/5 1時間未満 初心者へのやさしさ 90/100
JPHutchins/code-review#262 ·
メンテナーはふだん 1 日以内に返信