workflows/pull-request-target: remove leftover secret
This was used for reviewers.yml, which has been removed.
This commit is contained in:
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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user