Skip to content

OAuth Integration

OAuth Integration #86

name: Frontend Lib Release
on:
pull_request:
branches-ignore:
- dependabot/**
push:
branches:
- main
paths:
- frontend/lib/**
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
registry-url: https://registry.npmjs.org
scope: "@octocat"
- run: |
cd frontend/lib
yarn
yarn build
NODE_AUTH_TOKEN=${{ secrets.NPM_AUTH_TOKEN }} yarn publish --access public