ci: update test-push.yml

This commit is contained in:
Deepankar Mahapatro 2023-05-16 21:12:55 +05:30 committed by GitHub
commit 7030be8132
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"}'