From 2b75adb9e59f611a806b4a7398f314deea836a50 Mon Sep 17 00:00:00 2001 From: Natalie Arellano Date: Tue, 31 Oct 2023 09:57:46 -0400 Subject: [PATCH] Fix check release workflow (again) (#1233) * Fix check release workflow by giving write permissions to the token Signed-off-by: Natalie Arellano * Add permission to different scope Signed-off-by: Natalie Arellano --------- Signed-off-by: Natalie Arellano --- .github/workflows/check-latest-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-latest-release.yml b/.github/workflows/check-latest-release.yml index 5bf1ea932..dc75d19c2 100644 --- a/.github/workflows/check-latest-release.yml +++ b/.github/workflows/check-latest-release.yml @@ -10,7 +10,7 @@ jobs: runs-on: - ubuntu-latest permissions: - id-token: write + issues: write steps: - uses: actions/checkout@v4 - uses: actions/setup-go@v4