Commit 01676ed
committed
fix(ci): push with the default token
The checkout step named "secrets.PERSONAL_TOKEN || secrets.GITHUB_TOKEN".
Only fluent-forms defines PERSONAL_TOKEN, and it is stale, so the fallback
selected an unusable credential and checkout failed there with:
fatal: could not read Username for https://github.com: terminal prompts
disabled
The job already declares contents: write, so the default GITHUB_TOKEN can
push the release commit and its tags. Dropping the reference removes a
dependency on a secret that fourteen of the fifteen repositories never had.1 parent 2de3486 commit 01676ed
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
0 commit comments