add slack webhook url to build stage

This commit is contained in:
Hans Pagel
2020-09-11 14:27:09 +02:00
parent c08b35e352
commit fe5d2ee0a9

View File

@@ -57,6 +57,9 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
strategy: strategy:
matrix: matrix:
node-version: [14] node-version: [14]