Skip to content

Commit

Permalink
Trying to pass the secret as an input
Browse files Browse the repository at this point in the history
  • Loading branch information
XargonWan committed Nov 8, 2024
1 parent 88b9442 commit aafa349
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr-from-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ on:

jobs:
upstream-sync:
uses: RetroDECK/components-template/.github/workflows/pr_from_upstream.yml@main
uses: RetroDECK/components-template/.github/workflows/pr_from_upstream.yml@main
with:
REKKU_PRIVATE_KEY: ${{ secrets.REKKU_PRIVATE_KEY }}

0 comments on commit aafa349

Please sign in to comment.