From b83ee9f204d0c1b364d11eba93f61957abbdd6a2 Mon Sep 17 00:00:00 2001 From: Wael Kdouh Date: Thu, 8 Feb 2024 14:27:29 -0500 Subject: [PATCH] Update create_github_release.yaml --- .github/workflows/create_github_release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/create_github_release.yaml b/.github/workflows/create_github_release.yaml index 241b7dc8..e6393d7a 100644 --- a/.github/workflows/create_github_release.yaml +++ b/.github/workflows/create_github_release.yaml @@ -223,6 +223,9 @@ jobs: generate_ado_pipeline_artifacts, ] runs-on: ubuntu-latest + permissions: + contents: read + releases: write steps: - name: Download artifacts uses: actions/download-artifact@v3