mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Update dist-2.yml
This commit is contained in:
parent
a8dc748e58
commit
380657deed
1 changed files with 3 additions and 2 deletions
5
.github/workflows/dist-2.yml
vendored
5
.github/workflows/dist-2.yml
vendored
|
@ -26,8 +26,9 @@ jobs:
|
||||||
- name: check-run-flow
|
- name: check-run-flow
|
||||||
uses: ./.github/curl
|
uses: ./.github/curl
|
||||||
with:
|
with:
|
||||||
sha: ${{ github.event.client_payload.sha }}
|
sha: ${{ github.event.client_payload.sha }}
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
secrets:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
||||||
# run: |
|
# run: |
|
||||||
|
|
Loading…
Reference in a new issue