Skip to content

Bump kachick/selfup from 1.1.2 to 1.1.3 #23

Bump kachick/selfup from 1.1.2 to 1.1.3

Bump kachick/selfup from 1.1.2 to 1.1.3 #23

name: πŸ€–πŸ†™β„οΈ
on:
pull_request:
paths:
- '.github/workflows/bump-flake-lock-and-selfup.yml'
schedule:
# At 10:17 JST on day-of-month 1 and on Monday.
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
# You can understand the config actually say what in https://crontab.guru/
- cron: '17 1 1 * 1'
workflow_dispatch:
jobs:
bump:
uses: kachick/selfup/.github/workflows/[email protected]

Check failure on line 15 in .github/workflows/bump-flake-lock-and-selfup.yml

View workflow run for this annotation

GitHub Actions / πŸ€–πŸ†™β„οΈ

Invalid workflow file

The workflow is not valid. .github/workflows/bump-flake-lock-and-selfup.yml (Line: 15, Col: 11): Input app_id is required, but not provided while calling. .github/workflows/bump-flake-lock-and-selfup.yml (Line: 20, Col: 15): Invalid secret, APP_ID is not defined in the referenced workflow.
with:
dry-run: ${{ github.event_name == 'pull_request' }}
pr-title: 'Bump flake.lock and related dependencies'
secrets:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}