From 79282fc2c795b777bd3c204fcbd92db7ebe514e2 Mon Sep 17 00:00:00 2001 From: Jared Allard Date: Sun, 9 Mar 2025 16:56:35 -0700 Subject: [PATCH] ci: give updater job write permissions --- .github/workflows/update.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 304784e..fb14f10 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -1,10 +1,6 @@ name: "Check for updates" on: - pull_request: - branches: - - "main" - workflow_dispatch: schedule: # Run every day at midnight, https://crontab.guru/#@daily. @@ -17,6 +13,8 @@ concurrency: jobs: updater: runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@v4 - uses: jdx/mise-action@v2