Skip to content

fix

fix #35

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
name: Build
uses: DbUp/Universe/.github/workflows/build.yml@main

Check failure on line 11 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. In .github/workflows/main.yml (Line: 11, Col: 11): Error from called workflow DbUp/Universe/.github/workflows/build.yml@main (Line: 61, Col: 13): Unrecognized named-value: 'secrets'. Located at position 15 within expression: format('{0}', secrets.GITHUB_TOKEN) != '' && startsWith(github.repository, 'DbUp/')
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Check failure on line 13 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 13, Col: 21): Invalid secret, GITHUB_TOKEN is not defined in the referenced workflow.