Skip to content

Commit

Permalink
actions/nixpkgs-review: rm GITHUB_TOKEN to nixpkgs-review calls
Browse files Browse the repository at this point in the history
Signed-off-by: lucasew <lucas59356@gmail.com>
  • Loading branch information
lucasew committed Dec 31, 2024
1 parent b6667f3 commit b2a9e9c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/nixpkgs-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run review
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_NIXPKGS_REVIEW }}
PR: ${{ github.event.inputs.pr }}
EXTRA_ARGS: ${{ github.event.inputs.extra-args }}
run: |
Expand Down Expand Up @@ -172,7 +171,6 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run review
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_NIXPKGS_REVIEW }}
PR: ${{ github.event.inputs.pr }}
EXTRA_ARGS: ${{ github.event.inputs.extra-args }}
run: |
Expand Down Expand Up @@ -222,7 +220,6 @@ jobs:
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Run review
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_NIXPKGS_REVIEW }}
PR: ${{ github.event.inputs.pr }}
EXTRA_ARGS: ${{ github.event.inputs.extra-args }}
run: |
Expand Down

0 comments on commit b2a9e9c

Please sign in to comment.