Skip to content

Upgrade

Upgrade #35

Workflow file for this run

name: Upgrade
on:
workflow_dispatch:
inputs:
ref:
required: false
description: The github-mgmt-template ref to upgrade to
default: master
jobs:
upgrade:
uses: pl-strflt/github-mgmt-template/.github/workflows/upgrade_reusable.yml@master

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

View workflow run for this annotation

GitHub Actions / .github/workflows/upgrade.yml

Invalid workflow file

error parsing called workflow ".github/workflows/upgrade.yml" -> "pl-strflt/github-mgmt-template/.github/workflows/upgrade_reusable.yml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
ref: inputs.ref
secrets:
GITHUB_APP_ID: ${{ secrets.RW_GITHUB_APP_ID }}
GITHUB_APP_INSTALLATION_ID: ${{ secrets[format('RW_GITHUB_APP_INSTALLATION_ID_{0}', github.repository_owner)] || secrets.RW_GITHUB_APP_INSTALLATION_ID }}
GITHUB_APP_PEM_FILE: ${{ secrets.RW_GITHUB_APP_PEM_FILE }}