From 3a362d6a1005c28ba933e6b1eed08b0f5c18acc1 Mon Sep 17 00:00:00 2001
From: Athanasius <github@miggy.org>
Date: Mon, 7 Feb 2022 15:18:45 +0000
Subject: [PATCH] github: submodules-check: Use GITHUB_SECRET

Perhaps this will be sufficient, if not we'll need to tweak the permissions
*for that token* **for this action**.
---
 .github/workflows/submodule-update.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/submodule-update.yml b/.github/workflows/submodule-update.yml
index 071b8239..c757f1f9 100644
--- a/.github/workflows/submodule-update.yml
+++ b/.github/workflows/submodule-update.yml
@@ -33,7 +33,7 @@ jobs:
         id: run_action
         uses: releasehub-com/github-action-create-pr-parent-submodule@v1
         with:
-          github_token: ${{ secrets.RELEASE_HUB_SECRET }}
+          github_token: ${{ secrets.GITHUB_TOKEN }}
           parent_repository: ${{ env.PARENT_REPOSITORY }}
           checkout_branch: ${{ env.CHECKOUT_BRANCH}}
           pr_against_branch: ${{ env.PR_AGAINST_BRANCH }}