We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8e44f commit 5543ac9Copy full SHA for 5543ac9
1 file changed
.github/workflows/cli-tests.yaml
@@ -48,7 +48,9 @@ env:
48
HOMEBREW_NO_EMOJI: 1
49
HOMEBREW_NO_ENV_HINTS: 1
50
HOMEBREW_NO_INSTALL_CLEANUP: 1
51
-
+ NIX_CONFIG: |
52
+ access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
53
+
54
jobs:
55
build-devbox:
56
strategy:
0 commit comments