Skip to content

Support generating custom block mappings and resourcepacks #10

Support generating custom block mappings and resourcepacks

Support generating custom block mappings and resourcepacks #10

Workflow file for this run

name: Process Pull Request
on:
pull_request_target:
jobs:
build:
# Forbid access to secrets nor GH Token perms while building the PR
permissions: {}
secrets: {}
uses: GeyserMC/Rainbow/.github/workflows/build-remote.yml@master
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.sha }}