Skip to content

chore(release): 0.1.2 — publish via trusted publishing, no token - #18

Merged
github-actions[bot] merged 1 commit into
mainfrom
chore/oidc-publish
Aug 20, 2026
Merged

chore(release): 0.1.2 — publish via trusted publishing, no token#18
github-actions[bot] merged 1 commit into
mainfrom
chore/oidc-publish

Conversation

@catomean

Copy link
Copy Markdown
Collaborator

npm Trusted Publisher for `ai-forms` is configured (GitHub Actions · this repo · `publish.yml` · allow `npm publish`), so:

  • `npm publish` step drops `NODE_AUTH_TOKEN` — auth is OIDC only.
  • `token-health.yml` deleted: it monitored a token that no longer needs to exist. Without deleting it here, the weekly probe would open a false "releases blocked" issue once the secret is removed.
  • Version 0.1.1 → 0.1.2 so the reconciler publishes on merge and proves the tokenless path live.

After merge + green publish run: the `NPM_TOKEN` repo secret gets deleted and the npm token revoked.

🤖 Generated with Claude Code

The package's Trusted Publisher on npm is now pinned to this repo and
publish.yml, so the bootstrap NPM_TOKEN auth goes away: the publish step
authenticates via OIDC alone, and token-health.yml is deleted because
there is no token left whose expiry could block a release.

The version bump makes the reconciler prove this end-to-end: on merge it
will find 0.1.2 missing from the registry and publish it with OIDC.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@github-actions
github-actions Bot merged commit 52e3239 into main Aug 20, 2026
1 check passed
@github-actions
github-actions Bot deleted the chore/oidc-publish branch August 20, 2026 23:20
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