From ff4977c3a3bbff52090973d59735144d02385495 Mon Sep 17 00:00:00 2001 From: Michael Puehringer Date: Mon, 16 Oct 2023 15:17:13 +0200 Subject: [PATCH] Switch to permissions: write-all --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bf72849..b50d3bc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,8 +18,8 @@ on: - cron: '15 1 * * *' permissions: - contents: write - id-token: write + contents: write-all + id-token: write-all jobs: build: