From 7b0755e00b7050c6fd9e95baf0d0b94f0ac8bc66 Mon Sep 17 00:00:00 2001 From: chris3ware <36608309+chris3ware@users.noreply.github.com> Date: Wed, 15 Mar 2023 21:36:49 +0000 Subject: [PATCH] change top level permissions to `contents: read` for semantic release --- .github/workflows/semantic-release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index a135deb..d94de2e 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -7,7 +7,8 @@ on: branches: [main] # Declare default permissions as read only. -permissions: read-all +permissions: + contents: read jobs: get-temp-token: