Unverified Commit c5813972 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

workflows/pull-request-target: remove leftover secret

This was used for reviewers.yml, which has been removed.
parent de2bd218
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -12,9 +12,6 @@ on:
        required: true
      NIXPKGS_CI_APP_PRIVATE_KEY:
        required: true
      OWNER_APP_PRIVATE_KEY:
        # The Test workflow should not actually request reviews from owners.
        required: false

concurrency:
  group: pr-${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.run_id }}