ci: update test-push.yml
This commit is contained in:
parent
3fcc4708c0
commit
7030be8132
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-push.yml
vendored
2
.github/workflows/test-push.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
- name: Trigger build and push on langchain-serve
|
||||
uses: peter-evans/repository-dispatch@v2
|
||||
with:
|
||||
token: ${{ envs.PAT }}
|
||||
token: ${{ env.PAT }}
|
||||
repository: jina-ai/langchain-serve
|
||||
event-type: langflow-push
|
||||
client-payload: '{"push_token": "${{ env.LANGFLOW_PUSH_TOKEN }}", "branch": "dev"}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue