Skip to content

Automatic version updates #181

Automatic version updates

Automatic version updates #181

Workflow file for this run

name: 'Automatic version updates'
on:
schedule:
# minute hour dom month dow (UTC)
- cron: '0 9 * * *'
# enable manual trigger of version updates
workflow_dispatch:
jobs:
bump:
uses: ffbuilds/.github/.github/workflows/bump.yml@main

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

View workflow run for this annotation

GitHub Actions / Automatic version updates

Invalid workflow file

The workflow is not valid. .github/workflows/bump.yml (Line: 11, Col: 11): Secret APP_ID is required, but not provided while calling. .github/workflows/bump.yml (Line: 11, Col: 11): Secret APP_PRIVATE_KEY is required, but not provided while calling.