Skip to content

Merge pull request #78 from he3-app/ai-tools #112

Merge pull request #78 from he3-app/ai-tools

Merge pull request #78 from he3-app/ai-tools #112

Workflow file for this run

name: 'Publish Dev'
on:
workflow_dispatch:
push:
branches:
- main
- test
jobs:
publish-dev:
runs-on: ubuntu-latest
timeout-minutes: 120
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
- name: 'Publish Dev'
env:
HE3_TOKEN: ${{ secrets.HE3_TOKEN }}
FEISHU_TOKEN: ${{ secrets.FEISHU_BOT_WEBHOOK_URL }}
BASE_URL: ${{ secrets.VERSION_URL_DEV }}
run: node ./@scripts/publishDev.js