From be3599155f305463e0f4620ca8f02c4841286111 Mon Sep 17 00:00:00 2001 From: Lucy Date: Sun, 10 Mar 2024 03:17:35 -0400 Subject: [PATCH] Fix DMAPI update workflow (prolly) (#1375) --- .github/workflows/update_tgs_dmapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_tgs_dmapi.yml b/.github/workflows/update_tgs_dmapi.yml index fe4a917dcfd6..8b24d554c347 100644 --- a/.github/workflows/update_tgs_dmapi.yml +++ b/.github/workflows/update_tgs_dmapi.yml @@ -44,4 +44,4 @@ jobs: pr_body: "This pull request updates the TGS DMAPI to the latest version. Please note any changes that may be breaking or unimplemented in your codebase by checking what changes are in the definitions file: code/__DEFINES/tgs.dm before merging." pr_label: "Tools" pr_allow_empty: false - github_token: ${{ secrets.COMFY_ORANGE_PAT }} + github_token: ${{ secrets.COMFY_ORANGE_PAT || secrets.GITHUB_TOKEN }}