Skip to content

Finalize Release Manually #3

Finalize Release Manually

Finalize Release Manually #3

name: Finalize Release Manually
on:
workflow_dispatch:
inputs:
milestone:
description: 'Milestone title, e.g 3.0.0-M1, 3.1.0-RC1, 3.2.0 etc.'
jobs:
finalize-release:
permissions:
actions: write
contents: write
issues: write
uses: spring-io/spring-github-workflows/.github/workflows/spring-finalize-release.yml@main
with:
milestone: ${{ inputs.milestone }}
secrets:
GH_ACTIONS_REPO_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
SPRING_RELEASE_SLACK_WEBHOOK_URL: ${{ secrets.SPRING_RELEASE_SLACK_WEBHOOK_URL }}

Check failure on line 21 in .github/workflows/manual-finalize-release.yml

View workflow run for this annotation

GitHub Actions / Finalize Release Manually

Invalid workflow file

The workflow is not valid. .github/workflows/manual-finalize-release.yml (Line: 21, Col: 41): Invalid secret, SPRING_RELEASE_SLACK_WEBHOOK_URL is not defined in the referenced workflow.