From 96149e9c0ce8c3285355a02e310aad9ab5f98320 Mon Sep 17 00:00:00 2001 From: Alexander01998 Date: Mon, 25 Nov 2024 19:11:07 +0100 Subject: [PATCH] Fix permission issue --- .github/workflows/auto_snapshot_update.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/auto_snapshot_update.yml b/.github/workflows/auto_snapshot_update.yml index cb2692e..96bb764 100644 --- a/.github/workflows/auto_snapshot_update.yml +++ b/.github/workflows/auto_snapshot_update.yml @@ -21,7 +21,10 @@ on: required: true permissions: + # To push changes to the new snapshot branch. contents: write + # To trigger the CI workflow. + actions: write jobs: update: