Skip to content

feature: self-hosted support, v2 upload with retry, native release pi… #34

feature: self-hosted support, v2 upload with retry, native release pi…

feature: self-hosted support, v2 upload with retry, native release pi… #34

Workflow file for this run

# name: CI Pipeline
# on:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main
# workflow_dispatch:
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v3
# - name: Set up Node.js
# uses: actions/setup-node@v3
# with:
# node-version: '16'
# - name: Test Local Action
# id: test-action
# uses: ./
# with:
# accessToken: ${{ secrets.AC_ACCESS_TOKEN }}
# profileID: ${{ secrets.AC_PROFILE_ID }}
# appPath: ${{ secrets.APP_PATH }}
# message: ${{ secrets.MESSAGE }}