Skip to content

fix(docs): avoid printing GITHUB_TOKEN in cloud quickcheck#126

Merged
chaliy merged 2 commits into
mainfrom
2026-05-17-fix-documentation-to-prevent-github-token-exposure
May 17, 2026
Merged

fix(docs): avoid printing GITHUB_TOKEN in cloud quickcheck#126
chaliy merged 2 commits into
mainfrom
2026-05-17-fix-documentation-to-prevent-github-token-exposure

Conversation

@chaliy
Copy link
Copy Markdown
Contributor

@chaliy chaliy commented May 17, 2026

Motivation

  • Prevent accidental disclosure of GITHUB_TOKEN in cloud-agent transcripts and logs by replacing a quickcheck that printed secret values.

Description

  • Update AGENTS.md quickcheck to use a presence-only test: replace doppler run -- env | rg 'GITHUB_TOKEN' with doppler run -- bash -lc 'test -n "${GITHUB_TOKEN:-}" && echo GITHUB_TOKEN present', keeping the existing gh auth status check unchanged.

Testing

  • Documentation-only change; no automated tests were modified or required locally, and the repository CI is expected to run the standard test suite on the branch.

Codex Task

@chaliy chaliy merged commit 086c6d2 into main May 17, 2026
11 checks passed
@chaliy chaliy deleted the 2026-05-17-fix-documentation-to-prevent-github-token-exposure branch May 17, 2026 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant