From 6f68e11c4db0d8fcf4b143c4860613dc1f2da7b1 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Wed, 8 Nov 2023 12:02:17 -0800 Subject: [PATCH] Fix permissions --- .github/workflows/artifacts.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index fce011fb..8fd2bce3 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -3,6 +3,8 @@ on: push: tags: [ v* ] +permissions: write-all + jobs: build-artifacts: strategy: