mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
pat token, dependance on compylete publish
This commit is contained in:
parent
baedff2f94
commit
8e40791773
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -283,6 +283,7 @@ jobs:
|
||||
build_trigger:
|
||||
name: Trigger successful build
|
||||
runs-on: ubuntu-latest
|
||||
needs: [github_tag]
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
@ -297,6 +298,7 @@ jobs:
|
||||
- name: Repository Dispatch
|
||||
uses: peter-evans/repository-dispatch@v1
|
||||
with:
|
||||
token: ${{ secrets.PAT }}
|
||||
event-type: trigger_build_success
|
||||
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "VERSION": "${VERSION}", "BUILD_DATE": "${BUILD_DATE}", "BUILD_COMMIT": "${BUILD_COMMIT}", "BUILD_VERSION": "${BUILD_VERSION}"}'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user