Skip to content

Tags: systeminit/setup-swamp

Tags

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: avoid exposing sensitive info in auth verification step (#3)

The whoami command outputs user details (email, collectives, etc.) into
the CI logs. Use --json output with jq to check only the authenticated
field, and print a generic success message instead.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1 from systeminit/initial-action

feat: add setup-swamp GitHub Action