mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 10:55:48 +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
|
||||
uses: ./.github/curl
|
||||
with:
|
||||
sha: ${{ github.event.client_payload.sha }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
sha: ${{ github.event.client_payload.sha }}
|
||||
secrets:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
# run: |
|
||||
|
|
Loading…
Reference in a new issue