Skip to content

Live test

Live test #2

Workflow file for this run

name: Live test
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install web-ext
- run: bun run upload
env:
CID: ${{ secrets.CLIENT_ID }}
CS: ${{ secrets.CLIENT_SECRET }}
RT: ${{ secrets.REFRESH_TOKEN }}