Commit 9b099e7
ci(release-plz): switch to RELEASE_PLZ_TOKEN PAT to trigger downstream workflows
The default GITHUB_TOKEN cannot fire downstream workflows when it
pushes tags or commits, which is why the maturin PyPI wheel build did
not run when release-plz tagged sqlshield-py-v0.0.1. Switch the
checkout token and release-plz GITHUB_TOKEN env to a PAT so the tag
push is authenticated as a real user and triggers the tag-listening
CI workflow.
ACTION REQUIRED: Add a new repo secret named `RELEASE_PLZ_TOKEN` with
a PAT (classic or fine-grained) granting:
- contents: write
- pull_requests: write
on this repository.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent cc3e1b7 commit 9b099e7
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
25 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
26 | 34 | | |
0 commit comments