forked from neoforged/NeoForge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fd7f314
commit fb1eff6
Showing
4 changed files
with
356 additions
and
288 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: 'Actually run PR compat checks' | ||
|
||
on: | ||
workflow_run: | ||
workflows: [Build PRs] | ||
types: | ||
- completed | ||
|
||
permissions: | ||
packages: write | ||
actions: write | ||
contents: write | ||
issues: write | ||
checks: write | ||
pull-requests: write | ||
statuses: read | ||
|
||
jobs: | ||
publish: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Generate an Application repository access token | ||
id: gen_repo_token | ||
uses: kattecon/gh-app-access-token-gen@v1 | ||
with: | ||
app_id: 750463 | ||
private_key: ${{ secrets.PR_PUBLISHING_APP_KEY }} | ||
repository: forgeforce/gradle-actions-test | ||
- name: Check PR compat | ||
uses: ForgeForce/action-jar-compatibility@main | ||
with: | ||
self-name: 'forgeforce-pr-publishing[bot]' | ||
beta-version-pattern: 30.+ | ||
env: | ||
GITHUB_TOKEN: ${{ steps.gen_repo_token.outputs.token }} |
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
Oops, something went wrong.