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