Skip to content

ci: just trying notifications #2

ci: just trying notifications

ci: just trying notifications #2

Workflow file for this run

name: Build and Deploy ScratchJr Website
on:
push:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
# - uses: actions/checkout@v4
# - name: Use Node 17x
# uses: actions/setup-node@v2
# with:
# node-version: '17.x'
# - name: Install dependencies
# run: npm install --legacy-peer-deps
# - name: Lint Site Code
# run: npm run test
# - name: Build Site
# run: npm run build
- name: Send Notification
uses: voxmedia/github-action-slack-notify-build@v1
with:
channel: scratchjr-web-notifications
status: STARTED
color: good
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_ACCESS_TOKEN }}