From 18eeb39731f5723c213b8c0e2c5237253756e437 Mon Sep 17 00:00:00 2001 From: Nicola Sella Date: Tue, 10 Oct 2023 15:28:43 +0200 Subject: [PATCH] Document target --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0005cc88a..73438df36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,8 @@ --- name: DNF 5 CI on: + # pull_request_target is needed in order to have access to COPR_USER and + # COPR_API_TOKEN pull_request_target: merge_group: types: [checks_requested]