Commit dd6304d
Fix docs workflow: replace missing .nvmrc with explicit node version
* Fix docs (#506)
* Fix docs workflow: replace missing .nvmrc with explicit node version (#505)
* Fix docs workflow: replace missing .nvmrc with explicit node version
The .nvmrc file was removed but the docs workflow still referenced it,
causing the Documentation CI job to fail on every push to main.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Use node 22.x to match checks/build workflows
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Use node 20.x to match other workflows
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
* Request workflows permission for Copybara GitHub App token (#504)
* [gha] Add workflows permission to Copybara GitHub App token
The Copybara push to webdev was failing because the token lacked
workflows permission, which is required to push branches that
include changes to .github/workflows/ files.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [gha] Remove --nogit-destination-rebase from Copybara to fix workflow push error
The Copybara push to webdev was failing because the stale PR branch
had a diff including .github/workflows/js.yaml changes (from main
moving since the branch was created). Removing --nogit-destination-rebase
lets Copybara rebase on latest main so the PR only diffs js/ files.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* [gha] Request workflows permission for Copybara GitHub App token
The Copybara push to webdev fails because --nogit-destination-rebase
keeps the PR branch on a stale base, causing the branch diff to include
.github/workflows/js.yaml changes. Removing the flag isn't an option
(it causes merge conflicts — see PRs #365, #380, #448, #449).
Instead, request workflows:write permission on the token so the push
can include workflow file diffs. The LIGHTSPARK_COPYBARA GitHub App
also needs workflows permission enabled in its app settings.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Corey Martin <coreyn.martin@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 5599929 commit dd6304d
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
286 | 289 | | |
287 | 290 | | |
288 | 291 | | |
| |||
0 commit comments