mirror of
https://github.com/FlipsideCrypto/fsc-evm.git
synced 2026-02-06 15:36:43 +00:00
alert deps step
This commit is contained in:
parent
0913ae8d06
commit
6ead82cc9f
7
.github/workflows/slack_notify.yml
vendored
7
.github/workflows/slack_notify.yml
vendored
@ -19,9 +19,12 @@ jobs:
|
||||
python-version: "3.10"
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install requests
|
||||
run: |
|
||||
pip install requests
|
||||
pip install -r requirements.txt
|
||||
dbt deps
|
||||
|
||||
- name: Send Slack notification
|
||||
run: python macros/global/python/slack_alert.py
|
||||
run: python dbt_packages/fsc_evm/macros/global/python/slack_alert.py
|
||||
env:
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||
Loading…
Reference in New Issue
Block a user