Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

chore: upload repo info #18

chore: upload repo info

chore: upload repo info #18

Workflow file for this run

name: Upload file
on:
pull_request:
branches: [main]
# push:
# branches:
# - main
jobs:
upload:
name: Build And Upload
runs-on: "ubuntu-latest"
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
- name: Setup git user
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Upload Json File
run: node scripts/upload.js ${{ secrets.GITHUB_TOKEN }}