Skip to content

Commit 15b6408

Browse files
docs(workflows): remove pre-transfer checklist and monorepo refs
The SDK has been extracted into its own repository; the pre-transfer checklist and the related 'sanity check' note no longer apply here.
1 parent 621dde3 commit 15b6408

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

.github/workflows/README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The `test` job is the slowest — act spins up one container per Python version.
5353
./scripts/act-publish.sh --release # simulate a real release event
5454
```
5555

56-
The `--release` mode will trigger `version-check` and attempt to reach `publish-pypi` but still fails safely because no real PyPI token is wired into the local act environment — this is the correct behavior for a pre-transfer sanity check.
56+
The `--release` mode will trigger `version-check` and attempt to reach `publish-pypi` but still fails safely because no real PyPI token is wired into the local act environment.
5757

5858
## Event payloads
5959

@@ -66,14 +66,3 @@ Every fixture under `.github/act-events/` is a realistic-enough subset of the Gi
6666
| `actions/upload-artifact@v4` | Skipped via `if: ${{ !env.ACT }}` | v4 requires `ACTIONS_RUNTIME_TOKEN` which act cannot provide. The step runs normally on real GitHub. Consequence: `publish-pypi` under `--release` cannot find the artifact locally, but that path also can't reach PyPI without credentials so it's moot. |
6767
| `codecov/codecov-action@v4` | Runs, upload silently fails | Gated behind `github.event_name == 'push' && github.ref == 'refs/heads/main'` — the push event payload satisfies this but no codecov token is wired in locally. Non-fatal. |
6868
| `pypa/gh-action-pypi-publish@release/v1` | Never reached | Blocked by the dry-run gate; see above. |
69-
70-
## Pre-transfer checklist
71-
72-
Before moving this repo out of `threatzone-services`, verify:
73-
74-
- [ ] `./scripts/act-ci.sh` exits 0 end-to-end
75-
- [ ] `./scripts/act-publish.sh` exits 0 end-to-end (dry-run)
76-
- [ ] No workflow file references `Malwation/threatzone-services` paths
77-
- [ ] `.github/act-events/*.json` `repository.full_name` matches `Malwation/threatzone-python-sdk`
78-
- [ ] `pyproject.toml` project URLs point at `github.com/Malwation/threatzone-python-sdk`
79-
- [ ] PyPI trusted publishing is configured for the package `threatzone` under the `pypi` environment on the new repo

0 commit comments

Comments
 (0)