From f6ae7652be3582a8c02321fc3b113f063dfa04c4 Mon Sep 17 00:00:00 2001 From: annie-mac Date: Wed, 28 Feb 2024 11:26:21 -0800 Subject: [PATCH] update release yml --- .github/workflows/release.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 552b7a4b..8c46c249 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,11 +9,16 @@ name: Build and create release jobs: build: - name: Build and upload release binary if: ${{ startsWith(github.ref, 'refs/tags/v')}} runs-on: ubuntu-latest - + permissions: + actions: write + contents: read + deployments: write + packages: write + pull-requests: write + security-events: write steps: - name: Checkout code uses: actions/checkout@v2