From 45258d060dc614a2ed07a08711bb4341d19cdb19 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Thu, 4 May 2023 14:47:02 +0200 Subject: [PATCH] lets see if this works --- .github/workflows/snapshot-on-push-master.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/snapshot-on-push-master.yml b/.github/workflows/snapshot-on-push-master.yml index 38158b384..dc7e6007e 100644 --- a/.github/workflows/snapshot-on-push-master.yml +++ b/.github/workflows/snapshot-on-push-master.yml @@ -7,6 +7,10 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true +# suggested at https://jonathansoma.com/everything/git/github-actions-403-error/ +permissions: + contents: write + jobs: build_windows: name: Build (Windows)