From 45f65f4a15a34aa2ff6cf713b380fe7a3ad79085 Mon Sep 17 00:00:00 2001 From: antonio Date: Mon, 10 Apr 2023 16:49:59 +0200 Subject: [PATCH] Revert "Update permissions in release action" This reverts commit f32d4f29d3546c48be36c82e3517ef32ebbb0550. --- .github/workflows/github_release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/github_release.yml b/.github/workflows/github_release.yml index 42a4ddb2..77992bfc 100644 --- a/.github/workflows/github_release.yml +++ b/.github/workflows/github_release.yml @@ -5,8 +5,6 @@ on: tags: - '[0-9]+.[0-9]+.[0-9]+' -permissions: read-all|write-all - jobs: setup: runs-on: ubuntu-latest