From 21e4c46fc22cae7e23168cc377d83e6dca05ef0f Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 8 Nov 2024 10:49:58 +0900 Subject: [PATCH] Updated PR pipeline --- .github/workflows/pr-from-upstream.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-from-upstream.yml b/.github/workflows/pr-from-upstream.yml index 7eaa9b4..1a40935 100644 --- a/.github/workflows/pr-from-upstream.yml +++ b/.github/workflows/pr-from-upstream.yml @@ -8,4 +8,6 @@ on: jobs: upstream-sync: - uses: RetroDECK/components-template/.github/workflows/pr_from_upstream.yml@main \ No newline at end of file + uses: RetroDECK/components-template/.github/workflows/pr_from_upstream.yml@main + secrets: + REKKU_PRIVATE_KEY: ${{ secrets.REKKU_PRIVATE_KEY }} \ No newline at end of file