Skip to content

Open a Release PR

Open a Release PR #12

name: Open a Release PR
on:
workflow_dispatch:
inputs:
bump:
description: Release Level
required: true
type: choice
options:
- patch
- minor
- major
jobs:
call-reusable-workflow:
uses: Lagrange-Labs/shared-github-actions/.github/workflows/rust-prepare-release.yaml@main
permissions:
actions: read
id-token: write
pull-requests: write
contents: write
with:
bump: ${{ inputs.bump }}
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Check failure on line 26 in .github/workflows/prepare-release.yaml

View workflow run for this annotation

GitHub Actions / Open a Release PR

Invalid workflow file

The workflow is not valid. .github/workflows/prepare-release.yaml (Line: 26, Col: 21): Invalid secret, GITHUB_TOKEN is not defined in the referenced workflow.