Commit 3c8f5ae
committed
Fix release auto-dispatch perms + restrict auto-tag paths
- `gh workflow run` requires actions:write, not just contents:write.
Add it to both Auto-tag and Bump & Release workflows so the dispatch
step stops failing with HTTP 403.
- Auto-tag's paths filter no longer includes workflow files. Workflow
edits don't change the binary, so they shouldn't auto-bump the
version. (That's what produced the spurious v0.1.2 / v0.1.3 tags
while iterating on the workflows themselves.)1 parent cf82554 commit 3c8f5ae
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
23 | | - | |
24 | | - | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments