From 087074ce7b64ae8bc25030cfae50be65283ce597 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Wed, 28 Aug 2024 18:31:51 -0400 Subject: [PATCH] Scope the SS13 org token --- .github/workflows/update-ss13-org-mirror.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-ss13-org-mirror.yml b/.github/workflows/update-ss13-org-mirror.yml index b3e128e51d..e7e2123a05 100644 --- a/.github/workflows/update-ss13-org-mirror.yml +++ b/.github/workflows/update-ss13-org-mirror.yml @@ -22,6 +22,7 @@ jobs: uses: actions/create-github-app-token@v1 with: owner: spacestation13 + repositories: tgstation-server app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }}