Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# Token: npmjs.com → Access Tokens → Granular → Read and Write on @pymthouse
# → enable "Bypass two-factor authentication for automation"
# Secret: gh secret set NPM_TOKEN -R pymthouse/clearinghouse-runtime
# Secret: gh secret set NPM_TOKEN -R pymthouse/clearinghouse
name: bootstrap-publish

on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# repo, or npm returns E422 when verifying the sigstore bundle.
#
# npm auth: Trusted Publishing (OIDC). Configure on npmjs.com for
# pymthouse/clearinghouse-runtime and workflow filename `release.yml`. Do not set
# pymthouse/clearinghouse and workflow filename `release.yml`. Do not set
# secrets.NPM_TOKEN on publish — it overrides OIDC and can cause EOTP.
# See identity-webhook/docs/RELEASING.md.
name: release
Expand Down
4 changes: 2 additions & 2 deletions identity-webhook/docs/RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Releasing `@pymthouse/clearinghouse-identity-webhook`

Releases are triggered by pushing a semver tag (`v*.*.*`) on
`pymthouse/clearinghouse-runtime` (fork of [livepeer/clearinghouse](https://github.com/livepeer/clearinghouse)).
`pymthouse/clearinghouse` (fork of [livepeer/clearinghouse](https://github.com/livepeer/clearinghouse)).
The [release workflow](../../.github/workflows/release.yml) runs tests, publishes to npm via
**trusted publishing** (OIDC), and creates a GitHub Release.

Expand All @@ -18,7 +18,7 @@ This package publishes with [npm trusted publishing](https://docs.npmjs.com/trus
`@pymthouse` org).
2. Open **Settings** → **Trusted publishing**.
3. Add a **GitHub Actions** publisher:
- **Repository:** `pymthouse/clearinghouse-runtime`
- **Repository:** `pymthouse/clearinghouse`
- **Workflow filename:** `release.yml` (exact name, including `.yml`)
- **Environment:** leave empty unless you use a GitHub Environment
4. **Remove** the `NPM_TOKEN` repository secret if it still exists. A leftover token
Expand Down
21 changes: 0 additions & 21 deletions identity-webhook/legacy-env.d.ts

This file was deleted.

99 changes: 0 additions & 99 deletions identity-webhook/legacy-env.mjs

This file was deleted.

237 changes: 0 additions & 237 deletions identity-webhook/legacy-env.test.mjs

This file was deleted.

Loading