Add descriptive run name to pull_request_post_process_ci.yml

[skip ci]
This commit is contained in:
Florian Heilmann 2023-12-21 09:08:47 +01:00 committed by GitHub
parent d2c3570395
commit 05cfdd0e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
run-name: "Post-processing #${{github.event.number}}"
on: on:
workflow_run: workflow_run:
workflows: ["pull_request_ci"] workflows: ["pull_request_ci"]
@ -10,4 +11,4 @@ jobs:
uses: VoronDesign/.github/.github/workflows/voronusers-ci-pr-postprocess.yml@main uses: VoronDesign/.github/.github/workflows/voronusers-ci-pr-postprocess.yml@main
secrets: secrets:
IMAGEKIT_PRIVATE_KEY: ${{ secrets.IMAGEKIT_PRIVATE_KEY}} IMAGEKIT_PRIVATE_KEY: ${{ secrets.IMAGEKIT_PRIVATE_KEY}}
IMAGEKIT_PUBLIC_KEY: ${{ secrets.IMAGEKIT_PUBLIC_KEY }} IMAGEKIT_PUBLIC_KEY: ${{ secrets.IMAGEKIT_PUBLIC_KEY }}