From 55c2e28e461a593443f276493e803b6faca84ec1 Mon Sep 17 00:00:00 2001 From: Masahiro Kondo Date: Sun, 2 Jun 2024 14:01:21 +0900 Subject: [PATCH] update permissions --- .github/workflows/go.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 43cca28..a36af78 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,9 +11,8 @@ jobs: build: permissions: id-token: write - contents: read + contents: write attestations: write - deployments: write name: Build runs-on: ubuntu-latest