From 53267d6966dac153bedb105d9a03e5c9012c1ff3 Mon Sep 17 00:00:00 2001 From: Carson Full Date: Wed, 17 Apr 2024 10:27:55 -0500 Subject: [PATCH] Fix permissions location --- .github/workflows/autoupdate.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index 1ee6ce4..8f02d7c 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -5,9 +5,10 @@ on: workflow_dispatch: inputs: {} +permissions: + contents: write + jobs: - permissions: - contents: write update-commit: runs-on: ubuntu-latest steps: