Skip to content

Fix automatic update workflow#475

Merged
acburdine merged 1 commit into
masterfrom
fix/update-flow
Jul 2, 2026
Merged

Fix automatic update workflow#475
acburdine merged 1 commit into
masterfrom
fix/update-flow

Conversation

@acburdine

Copy link
Copy Markdown
Member

no ref

  • use PAT for commit push as well as PR creation, since built-in permission tokens don't trigger downstream CI checks

no ref
- use PAT for commit push as well as PR creation, since built-in permission tokens don't trigger downstream CI checks
@acburdine acburdine marked this pull request as ready for review July 2, 2026 14:41
@coderabbitai

coderabbitai Bot commented Jul 2, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 2b410277-5a5c-4e9a-8c02-0ef6de8e2ae3

📥 Commits

Reviewing files that changed from the base of the PR and between f2dcba0 and 72ceb3e.

📒 Files selected for processing (1)
  • .github/workflows/update.yml

Walkthrough

This change modifies the GitHub Actions workflow file .github/workflows/update.yml. The update job's contents permission is changed from write to read, with added comments clarifying that default-branch pushes rely on a custom PAT. The GH_TOKEN environment variable in the "Commit and push changes" step is switched from secrets.GITHUB_TOKEN to secrets.OFFICIAL_IMAGES_PR_TOKEN.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Possibly related PRs

Suggested reviewers: 9larsons

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly reflects the main change: updating the automatic update workflow.
Description check ✅ Passed The description is directly related to the workflow token and PAT change.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/update-flow

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@acburdine acburdine merged commit 46ab425 into master Jul 2, 2026
7 checks passed
@acburdine acburdine deleted the fix/update-flow branch July 2, 2026 16:32
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