From f6b9bde8ca1fdac229dc52059f6113f4d78fcca1 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Wed, 27 Sep 2023 13:59:43 +0900 Subject: [PATCH] Revert "As I understand it, needless in this phase..." This reverts commit 2b09a49666c8765a399fbecd12f2ee435ac613dd. That was non approved requests from Apps --- .github/workflows/update-nixpkgs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/update-nixpkgs.yml b/.github/workflows/update-nixpkgs.yml index 392ebff..580ccf6 100644 --- a/.github/workflows/update-nixpkgs.yml +++ b/.github/workflows/update-nixpkgs.yml @@ -55,8 +55,6 @@ jobs: echo "count=${count}" | tee -a "$GITHUB_OUTPUT" - run: git push origin "${PR_BRANCH}" if: (github.event_name != 'pull_request') && (steps.count-commits.outputs.count > 0) - env: - GITHUB_TOKEN: ${{ steps.publish-token.outputs.token }} - name: Create PR if: (github.event_name != 'pull_request') && (steps.count-commits.outputs.count > 0) env: