Skip to content

Use GitHub token for TagBot releases - #58

Merged
quinnj merged 1 commit into
masterfrom
fix/tagbot-token-deploy
Aug 10, 2026
Merged

Use GitHub token for TagBot releases#58
quinnj merged 1 commit into
masterfrom
fix/tagbot-token-deploy

Conversation

@quinnj

@quinnj quinnj commented Aug 10, 2026

Copy link
Copy Markdown
Member

Summary

  • use the repository GITHUB_TOKEN for TagBot tag pushes
  • avoid selecting the stale SSH deploy key path

Root cause

TagBot changes its Git remote to SSH whenever the ssh input is non-empty. The configured DOCUMENTER_KEY no longer authenticates to this repository, while the workflow already grants contents: write to GITHUB_TOKEN.

Validation

  • the workflow YAML parses
  • git diff --check passes
  • the final master documentation deploy proved the token permission path works

Co-authored by Codex

@codecov

codecov Bot commented Aug 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.25%. Comparing base (450599b) to head (21c93be).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #58   +/-   ##
=======================================
  Coverage   82.25%   82.25%           
=======================================
  Files           1        1           
  Lines         124      124           
=======================================
  Hits          102      102           
  Misses         22       22           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@quinnj
quinnj merged commit b1a1b00 into master Aug 10, 2026
9 checks passed
@quinnj
quinnj deleted the fix/tagbot-token-deploy branch August 10, 2026 01:54
@quinnj quinnj mentioned this pull request Aug 10, 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