From c28b222c7f616f7ceb2d3256fb609ac47759d8c0 Mon Sep 17 00:00:00 2001 From: Alexander01998 Date: Mon, 25 Nov 2024 19:09:06 +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: