Skip to content

ci: publish to JSR from GitHub Actions via OIDC - #1

Merged
EthanThatOneKid merged 1 commit into
mainfrom
publish-jsr-workflow
Aug 8, 2026
Merged

ci: publish to JSR from GitHub Actions via OIDC#1
EthanThatOneKid merged 1 commit into
mainfrom
publish-jsr-workflow

Conversation

@EthanThatOneKid

Copy link
Copy Markdown
Contributor

What

Adds a JSR publish workflow so @wazoo/workspace-cli is published from GitHub Actions whenever main is pushed. Authentication uses OIDC (id-token: write), so no JSR token secret is required.

Changes

  • New .github/workflows/publish.yml (from the JSR recommended template):
    • triggers on push to main
    • runs npx jsr publish
    • permissions: contents: read, id-token: write

This unblocks workspace#27: once this merges (and version 0.1.0 is published), the workspace repo's deno task workspace:* tasks resolve the CLI from JSR and CI goes green.

@EthanThatOneKid
EthanThatOneKid merged commit 1844da5 into main Aug 8, 2026
1 check passed
@EthanThatOneKid
EthanThatOneKid deleted the publish-jsr-workflow branch August 8, 2026 19:44
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