Thanks to visit codestin.com Credit goes to github.com
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 3ec2038 commit 026caabCopy full SHA for 026caab
.github/workflows/cache-upload.yml
@@ -22,6 +22,9 @@ env:
22
DEVBOX_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
DEVBOX_DEBUG: 1
24
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 }}
28
29
jobs:
30
upload-cache:
0 commit comments