fix workflow secrets
This commit is contained in:
parent
fd371248ec
commit
f111e9ca6b
|
|
@ -8,4 +8,6 @@ jobs:
|
||||||
post_process_pr_ci:
|
post_process_pr_ci:
|
||||||
if: ${{ github.event.workflow_run.event == 'pull_request' }}
|
if: ${{ github.event.workflow_run.event == 'pull_request' }}
|
||||||
uses: VoronDesign/.github/.github/workflows/voronusers-ci-pr-postprocess.yml@main
|
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 }}
|
||||||
|
|
@ -7,3 +7,5 @@ jobs:
|
||||||
voron_ci_push_main:
|
voron_ci_push_main:
|
||||||
name: VoronCI push main
|
name: VoronCI push main
|
||||||
uses: VoronDesign/.github/.github/workflows/voronusers-ci-push-main.yml@main
|
uses: VoronDesign/.github/.github/workflows/voronusers-ci-push-main.yml@main
|
||||||
|
secrets:
|
||||||
|
VORON_BOT_GITHUB_PAT: ${{ secrets.VORON_BOT_GITHUB_PAT }}
|
||||||
Loading…
Reference in New Issue