From d5f17425b45011575ef277d5805d5f2e23e8c430 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 8 Nov 2024 10:12:19 +0900 Subject: [PATCH] Trying to pass the secret as a secret --- .github/workflows/pr-from-upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-from-upstream.yml b/.github/workflows/pr-from-upstream.yml index 00b8d0d..1a40935 100644 --- a/.github/workflows/pr-from-upstream.yml +++ b/.github/workflows/pr-from-upstream.yml @@ -9,5 +9,5 @@ on: jobs: upstream-sync: uses: RetroDECK/components-template/.github/workflows/pr_from_upstream.yml@main - with: + secrets: REKKU_PRIVATE_KEY: ${{ secrets.REKKU_PRIVATE_KEY }} \ No newline at end of file