From a951c2df4571ab9db430f8628a1f0e61cb3c3819 Mon Sep 17 00:00:00 2001 From: Josh Heyer Date: Thu, 13 Jun 2024 09:13:08 -0700 Subject: [PATCH] Use the actual name of the token instead of whatever that was --- .github/workflows/sync-and-process-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-and-process-files.yml b/.github/workflows/sync-and-process-files.yml index 0dd8d74ae84..690b779dc1e 100644 --- a/.github/workflows/sync-and-process-files.yml +++ b/.github/workflows/sync-and-process-files.yml @@ -53,4 +53,4 @@ jobs: path: destination/ reviewers: ${{ env.REVIEWERS }} title: ${{ env.TITLE }} - token: ${{ secrets.GH_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }}