mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 01:33:11 +01:00
workflows/pull-request-target: remove leftover secret
This was used for reviewers.yml, which has been removed.
This commit is contained in:
parent
de2bd21835
commit
c58139723a
3
.github/workflows/pull-request-target.yml
vendored
3
.github/workflows/pull-request-target.yml
vendored
|
|
@ -12,9 +12,6 @@ on:
|
||||||
required: true
|
required: true
|
||||||
NIXPKGS_CI_APP_PRIVATE_KEY:
|
NIXPKGS_CI_APP_PRIVATE_KEY:
|
||||||
required: true
|
required: true
|
||||||
OWNER_APP_PRIVATE_KEY:
|
|
||||||
# The Test workflow should not actually request reviews from owners.
|
|
||||||
required: false
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: pr-${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.run_id }}
|
group: pr-${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.run_id }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue