mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 14:59:27 +08:00
add slack webhook url to build stage
This commit is contained in:
parent
c08b35e352
commit
fe5d2ee0a9
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -57,6 +57,9 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [14]
|
||||
|
Loading…
Reference in New Issue
Block a user