From 9042ec9b672668f55e359c6093abf5e761ceffca Mon Sep 17 00:00:00 2001 From: Joseph Clack <28568841+Lordfirespeed@users.noreply.github.com> Date: Fri, 29 Dec 2023 05:00:40 +0000 Subject: [PATCH] give dispatch-game-update-checks the necessary permissions --- .github/workflows/checkAllGamesForUpdates.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/checkAllGamesForUpdates.yml b/.github/workflows/checkAllGamesForUpdates.yml index feebecd..bf3ac55 100644 --- a/.github/workflows/checkAllGamesForUpdates.yml +++ b/.github/workflows/checkAllGamesForUpdates.yml @@ -31,5 +31,8 @@ jobs: uses: ./.github/workflows/checkGameForUpdates.yml with: game: ${{ matrix.game }} + permissions: + contents: write + pull-requests: write secrets: inherit \ No newline at end of file