Skip to content

CI/CD - Auto build, and auto-generate release notes #4

CI/CD - Auto build, and auto-generate release notes

CI/CD - Auto build, and auto-generate release notes #4

Workflow file for this run

name: Build Psibase
on:
workflow_dispatch:
push:
branches:
- main
- "release/*"
pull_request:
types: [assigned, opened, synchronize, reopened, labeled]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Build Psibase
id: build_psibase
uses: ${{ github.repository }}/.github/workflows/ubuntu-builder.yml@${{ github.head_ref || github.ref_name }}

Check failure on line 18 in .github/workflows/on-pr.yml

View workflow run for this annotation

GitHub Actions / Build Psibase

Invalid workflow file

The workflow is not valid. .github/workflows/on-pr.yml (Line: 18, Col: 15): Unrecognized named-value: 'github'. Located at position 1 within expression: github.repository
#secrets:
#token: ${{ secrets.GITHUB_TOKEN }}