Silly Little App 0.0.2609 #2657
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
name: "Replicate Release" | |
# Integrate release runs in the base repo | |
# when it receives a pull request | |
# | |
# This workflow only needs to be configured | |
# by the base (upstream) fairground. | |
# | |
# See: https://www.appfair.net | |
on: | |
pull_request_target: | |
branches: [ main ] | |
types: [opened, reopened] | |
jobs: | |
call-workflow: | |
uses: appfair/fairground/.github/workflows/fair.yml@main | |
secrets: inherit | |
with: | |
fairseal_issuer: appfairbot | |