Skip to content

Commit

Permalink
fix workflow secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
FHeilmann committed Dec 21, 2023
1 parent fd37124 commit f111e9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull_request_post_process_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ jobs:
post_process_pr_ci:
if: ${{ github.event.workflow_run.event == 'pull_request' }}
uses: VoronDesign/.github/.github/workflows/voronusers-ci-pr-postprocess.yml@main

secrets:
IMAGEKIT_PRIVATE_KEY: ${{ secrets.IMAGEKIT_PRIVATE_KEY}}
IMAGEKIT_PUBLIC_KEY: ${{ secrets.IMAGEKIT_PUBLIC_KEY }}
2 changes: 2 additions & 0 deletions .github/workflows/push_main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ jobs:
voron_ci_push_main:
name: VoronCI push main
uses: VoronDesign/.github/.github/workflows/voronusers-ci-push-main.yml@main
secrets:
VORON_BOT_GITHUB_PAT: ${{ secrets.VORON_BOT_GITHUB_PAT }}

0 comments on commit f111e9c

Please sign in to comment.