Skip to content

Commit 4a1d397

Browse files
committed
[cicd] Fix github rate limit issue
1 parent 4427ad0 commit 4a1d397

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cache-upload.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ env:
2222
DEVBOX_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
DEVBOX_DEBUG: 1
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
# I think this should be added to individual nix commands within devbox, but this is quick fix for now
26+
NIX_CONFIG: |
27+
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
2528
2629
jobs:
2730
upload-cache:

0 commit comments

Comments
 (0)