Commit 7b2b16b
authored
[devbox] GHA tests: add GITHUB_TOKEN to nix config to fix 403 errors (#2714)
The CICD test on `main` failed with
https://github.com/jetify-com/devbox/actions/runs/18188142079/job/51777031350
`"unable to download
'https://api.github.com/repos/NixOS/nixpkgs/commits/nixpkgs-unstable':
HTTP error 403`
Adding GITHUB_TOKEN to the nix-config, as done also in
`cache-upload.yml` should help1 parent 1a8e44f commit 7b2b16b
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
0 commit comments