Skip to content

test: try token

test: try token #4

Workflow file for this run

---
on:
push:
branches:
- master
jobs:
compile:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
with:
fetch-depth: 1
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Setup pnpm & install
uses: pnpm/action-setup@v3
with:
version: 8
run_install: true
- name: Build
run: pnpm run build
#- name: Lint
# run: npm run lint
- name: Add and Commit
uses: EndBug/add-and-commit@v9
with:
message: "update: build dist files"
committer_name: Ops Bot
committer_email: [email protected]