Fix GH Action 'publish langchain' (#348)
I've set up a new slack workflow for contrib/ packages
This commit is contained in:
parent
3fa06f5ef1
commit
ac92f9fd65
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish-langchain.yml
vendored
4
.github/workflows/publish-langchain.yml
vendored
|
|
@ -63,12 +63,12 @@ jobs:
|
||||||
if: steps.Publish_LangChain.outputs.skip_publish != 'true'
|
if: steps.Publish_LangChain.outputs.skip_publish != 'true'
|
||||||
uses: slackapi/slack-github-action@v2.0.0
|
uses: slackapi/slack-github-action@v2.0.0
|
||||||
with:
|
with:
|
||||||
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
|
webhook: ${{ secrets.PACKAGE_RELEASE_SLACK_WEBHOOK_URL }}
|
||||||
webhook-type: webhook-trigger
|
webhook-type: webhook-trigger
|
||||||
payload: |
|
payload: |
|
||||||
{
|
{
|
||||||
"status": "${{ job.status }}",
|
"status": "${{ job.status }}",
|
||||||
"project": "langchain_arcade",
|
"package": "langchain_arcade",
|
||||||
"version": "${{ env.VERSION }}",
|
"version": "${{ env.VERSION }}",
|
||||||
"url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
|
"url": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue