Skip to content

Rename GitHub App workflow config vars#145

Merged
Terry-Mao merged 3 commits into
mainfrom
chore/rename-github-app-vars-144
May 20, 2026
Merged

Rename GitHub App workflow config vars#145
Terry-Mao merged 3 commits into
mainfrom
chore/rename-github-app-vars-144

Conversation

@Terry-Mao
Copy link
Copy Markdown
Owner

@Terry-Mao Terry-Mao commented May 20, 2026

Summary

  • Rename workflow GitHub App config from WORKFLOW_UPDATE_APP_CLIENT_ID / WORKFLOW_UPDATE_APP_PRIVATE_KEY to APP_CLIENT_ID / APP_PRIVATE_KEY.
  • Update README setup guidance and workflow dispatch tests for the new names.
  • Replace template fixture hardcodes with generic example values while preserving runtime comment markers.

Validation

  • PYTHONDONTWRITEBYTECODE=1 python3 -m unittest discover -s .github/tests
  • PYTHONPYCACHEPREFIX=/tmp/aicodingflow-pycache python3 -m py_compile .github/scripts/.py .github/tests/.py
  • git diff --check

Fixes #144

Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

Found: 0 critical, 1 important, 0 suggestions.

Comment thread .github/CODEOWNERS Outdated
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

No blocking issues found. The GitHub App configuration rename is reflected consistently across the workflow steps, README setup guidance, and workflow dispatch tests; no security findings were identified in the changed lines.

@Terry-Mao Terry-Mao merged commit fd759d5 into main May 20, 2026
2 checks passed
@Terry-Mao Terry-Mao deleted the chore/rename-github-app-vars-144 branch May 20, 2026 17:52
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.

修改 Github 变量名称

1 participant