Skip to content

wip: skyline base component #24

wip: skyline base component

wip: skyline base component #24

Workflow file for this run

name: Deploy Cloudflare Worker
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 22.12.0
registry-url: https://registry.npmjs.org/
- run: yarn workspace @skyline/oauth-worker install
- name: Publish
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
packageManager: yarn
workingDirectory: ./packages/worker