Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

.github/workflows/nightly.yml #33

.github/workflows/nightly.yml

.github/workflows/nightly.yml #33

Workflow file for this run

name: Nightly
on:
workflow_dispatch:
inputs:
build-dependent:
description: 'Should build dependent repositories?'
required: false
default: false
push:
branches:
- 'master'
env:
REPOSITORY_NAME: '${{ github.event.repository.name }}'
PROJECT_NAME: 'openponk-${{ github.event.repository.name }}'
VERSION: 'nightly'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
cache-name: zip-cache
RUN_ID: ${{ github.run_id }}
jobs:
OP:
uses: OpenPonk/openponk/.github/workflows/nightly.yml@master

Check failure on line 24 in .github/workflows/nightly.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/nightly.yml

Invalid workflow file

error parsing called workflow ".github/workflows/nightly.yml" -> "OpenPonk/openponk/.github/workflows/nightly.yml@master" (source branch with sha:18177f3d7bbb7f3ae8ea6f4ae4401f7e149a85b9) : workflow is not reusable as it is missing a `on.workflow_call` trigger
secrets:
WORKFLOW_ACCESS_TOKEN: ${{ secrets.WORKFLOW_ACCESS_TOKEN }}