From aa6c3af70295d089f467aa42c6c08a056719e804 Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Thu, 25 Sep 2025 13:11:11 +0000 Subject: [PATCH] Switch PR target for hcdc secrets Reviewed-by: Tino Schreiber Co-authored-by: Sebastian Gode Co-committed-by: Sebastian Gode --- .gitea/workflows/run-hcdc.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/run-hcdc.yaml b/.gitea/workflows/run-hcdc.yaml index fe2318dbd..5783e67c0 100644 --- a/.gitea/workflows/run-hcdc.yaml +++ b/.gitea/workflows/run-hcdc.yaml @@ -1,9 +1,13 @@ name: Run HCDC on: - pull_request: + pull_request_target: types: [opened, reopened, synchronize, edited] +permissions: + contents: read + pull-requests: write + jobs: run-hcdc: runs-on: ubuntu-latest