Skip to content

Commit

Permalink
actions/nixpkgs-review: pass some token to try to fix darwin issue
Browse files Browse the repository at this point in the history
Signed-off-by: lucasew <[email protected]>
  • Loading branch information
lucasew committed Dec 31, 2024
1 parent b2a9e9c commit 60508e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nixpkgs-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
env:
PR: ${{ github.event.inputs.pr }}
EXTRA_ARGS: ${{ github.event.inputs.extra-args }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
{ while true; do df -h; uptime; sleep 60; done } &
git config --global user.email "[email protected]"
Expand Down Expand Up @@ -173,6 +174,7 @@ jobs:
env:
PR: ${{ github.event.inputs.pr }}
EXTRA_ARGS: ${{ github.event.inputs.extra-args }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
{ while true; do df -h; uptime; sleep 60; done } &
git config --global user.email "[email protected]"
Expand Down Expand Up @@ -222,6 +224,7 @@ jobs:
env:
PR: ${{ github.event.inputs.pr }}
EXTRA_ARGS: ${{ github.event.inputs.extra-args }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
{ while true; do df -h; uptime; sleep 60; done } &
git config --global user.email "[email protected]"
Expand Down

0 comments on commit 60508e7

Please sign in to comment.