diff --git a/.github/workflows/pull_request_post_process_ci.yml b/.github/workflows/pull_request_post_process_ci.yml index 0ac0e3f1eb..fbdba2e019 100644 --- a/.github/workflows/pull_request_post_process_ci.yml +++ b/.github/workflows/pull_request_post_process_ci.yml @@ -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 - \ No newline at end of file + secrets: + IMAGEKIT_PRIVATE_KEY: ${{ secrets.IMAGEKIT_PRIVATE_KEY}} + IMAGEKIT_PUBLIC_KEY: ${{ secrets.IMAGEKIT_PUBLIC_KEY }} \ No newline at end of file diff --git a/.github/workflows/push_main_ci.yml b/.github/workflows/push_main_ci.yml index 645519c124..e4cc98a75f 100644 --- a/.github/workflows/push_main_ci.yml +++ b/.github/workflows/push_main_ci.yml @@ -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 }} \ No newline at end of file