Skip to content

Commit

Permalink
Create upload_pr_images.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FHeilmann authored Jul 24, 2023
1 parent c06a133 commit 91906b6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/upload_pr_images.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
workflow_run:
workflows: ["VoronUsers PR CI"]
types:
- completed

jobs:
upload_imagekit:
if: ${{ github.event.workflow_run.event == 'pull_request' }}
uses: VoronDesign/.github/.github/workflows/upload-artifact-imagekit.yml@main
with:
artifact_name: pr_rotated_stls
images_subfolder: img
imagekit-url-endpoint: https://ik.imagekit.io/vorondesign
secrets:
IMAGEKIT_PRIVATE_KEY: ${{ secrets.IMAGEKIT_PRIVATE_KEY }}
IMAGEKIT_PUBLIC_KEY: ${{ secrets.IMAGEKIT_PUBLIC_KEY }}

0 comments on commit 91906b6

Please sign in to comment.