Skip to content

Fix release workflow to use SHINEOPENSOURCE_GITHUB_TOKEN #195

Fix release workflow to use SHINEOPENSOURCE_GITHUB_TOKEN

Fix release workflow to use SHINEOPENSOURCE_GITHUB_TOKEN #195

Workflow file for this run

---
name: CI
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ./.github/actions/ci-action