From b2a9e9c3857a4a3ed661aa1a89a83c4867d54c73 Mon Sep 17 00:00:00 2001 From: lucasew Date: Tue, 31 Dec 2024 11:07:26 -0300 Subject: [PATCH] actions/nixpkgs-review: rm GITHUB_TOKEN to nixpkgs-review calls Signed-off-by: lucasew --- .github/workflows/nixpkgs-review.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/nixpkgs-review.yml b/.github/workflows/nixpkgs-review.yml index b7d868e..4df01f9 100644 --- a/.github/workflows/nixpkgs-review.yml +++ b/.github/workflows/nixpkgs-review.yml @@ -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: | @@ -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: | @@ -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: |