We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4757fbd commit 2e92837Copy full SHA for 2e92837
.github/workflows/cli-tests.yaml
@@ -178,6 +178,11 @@ jobs:
178
uses: jetify-com/devbox-install-action@jl/migrate-installer
179
with:
180
enable-cache: true
181
+ - name: Setup Nix GitHub authentication
182
+ run: |
183
+ # Setup github authentication to ensure Github's rate limits are not hit
184
+ mkdir -p ~/.config/nix
185
+ echo "access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}" > ~/.config/nix/nix.conf
186
- name: Run fast tests
187
if: matrix.run-project-tests == 'project-tests-off'
188
run: |
0 commit comments