Skip to content

Added the missing GITHUB_TOKEN when deploying #4

Added the missing GITHUB_TOKEN when deploying

Added the missing GITHUB_TOKEN when deploying #4

Workflow file for this run

name: ci
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: npm run predeploy