Publish PR JCC output #308
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# File generated by the GradleUtils `setupGitHubActionsWorkflows` task, avoid modifying it directly | |
# The template can be found at https://github.com/neoforged/GradleUtils/blob/a65628b0c89dec60b357ce3f8f6bfa62934b8357/src/actionsTemplate/resources/.github/workflows/publish-jcc.yml | |
name: Publish PR JCC output | |
on: | |
workflow_run: | |
workflows: [Build and test PRs] | |
types: | |
- completed | |
jobs: | |
publish-jcc: | |
if: true | |
uses: neoforged/actions/.github/workflows/publish-jcc.yml@main | |
with: | |
beta_version_pattern: .* # Change this line if there's a clear point at which a version no longer accepts breaking changes | |
secrets: | |
JCC_GH_APP_ID: ${{ secrets.JCC_GH_APP_ID }} | |
JCC_GH_APP_KEY: ${{ secrets.JCC_GH_APP_KEY }} |