Skip to content

Commit 3359309

Browse files
lguerardclaude
andcommitted
ci: 👷 remove the apidocs job from release.yml
Was failing every release ("Parameter token or opts.auth is required") — the APIDOCS_DISPATCH_TOKEN secret isn't set/valid. Dropping the job rather than chasing an org-secret issue outside this repo's scope. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 9a539ca commit 3359309

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

‎.github/workflows/release.yml‎

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,3 @@ jobs:
4848

4949
- name: Publish to PyPI
5050
uses: pypa/gh-action-pypi-publish@release/v1
51-
52-
# Rebuild the org-wide pdoc apidocs site so it picks up the new version.
53-
apidocs:
54-
needs: release
55-
runs-on: ubuntu-latest
56-
steps:
57-
- name: Trigger imcf.github.io apidocs rebuild
58-
uses: peter-evans/repository-dispatch@v3
59-
with:
60-
# Fine-grained PAT with "Contents: write" on imcf/imcf.github.io,
61-
# stored as the APIDOCS_DISPATCH_TOKEN secret in this repo.
62-
token: ${{ secrets.APIDOCS_DISPATCH_TOKEN }}
63-
repository: imcf/imcf.github.io
64-
event-type: dispatch-event

0 commit comments

Comments
 (0)