Skip to content

fix(ARCH-720): Improve usage of info tokens and fix bootstrap button #1455

fix(ARCH-720): Improve usage of info tokens and fix bootstrap button

fix(ARCH-720): Improve usage of info tokens and fix bootstrap button #1455

Workflow file for this run

name: Cleanup - Remove surge demo
on:
pull_request:
types: [closed]
permissions: {}
jobs:
cleanup:
name: Remove NR on surge
runs-on: ubuntu-latest
environment: pull_request_unsafe
steps:
- name: Use Node.js
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
with:
node-version: 18
- name: Push to surge
run: npx surge teardown ${{ github.event.pull_request.number }}.talend.surge.sh --token ${{ secrets.SURGE_TOKEN }}