Fix GH Action 'publish langchain' (#348)

I've set up a new slack workflow for contrib/ packages
This commit is contained in:
Eric Gustin 2025-04-06 18:42:51 -08:00 committed by GitHub
parent 3fa06f5ef1
commit ac92f9fd65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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