9
0
mirror of https://github.com/SparklyPower/SparklyPaper.git synced 2025-12-28 11:29:07 +00:00

Use custom PAT to allow commits to trigger other workflows

This commit is contained in:
MrPowerGamerBR
2022-08-22 19:26:54 -03:00
committed by GitHub
parent 3ceb8803b1
commit e972ce3af6

View File

@@ -11,12 +11,14 @@ jobs:
uses: actions/checkout@v3
with:
path: 'SparklyPaper'
token: ${{ secrets.LORITTA_PAT }}
- name: Checkout Paper Repository
uses: actions/checkout@v3
with:
path: 'Paper'
repository: "PaperMC/Paper"
token: ${{ secrets.LORITTA_PAT }}
- name: Get Paper Latest Commit Hash
id: paperRef