Skip to content

Commit 5543ac9

Browse files
committed
[devbox] GHA tests: add GITHUB_TOKEN to nix config to fix 403 errors
1 parent 1a8e44f commit 5543ac9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cli-tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ env:
4848
HOMEBREW_NO_EMOJI: 1
4949
HOMEBREW_NO_ENV_HINTS: 1
5050
HOMEBREW_NO_INSTALL_CLEANUP: 1
51-
51+
NIX_CONFIG: |
52+
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
53+
5254
jobs:
5355
build-devbox:
5456
strategy:

0 commit comments

Comments
 (0)