diff --git a/.github/workflows/check-for-actions-updates.yml b/.github/workflows/check-for-actions-updates.yml index 786ad4b7..07aefc4f 100644 --- a/.github/workflows/check-for-actions-updates.yml +++ b/.github/workflows/check-for-actions-updates.yml @@ -4,6 +4,9 @@ on: - cron: '37 20 * * 3' workflow_dispatch: +permissions: + actions: write + jobs: check-actions: name: Check for GHA updates