From 40075f4ba86afd417497d5ded12edd99e372dd04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 Feb 2023 23:36:28 +0000 Subject: [PATCH] Add permissions to the workflow (#546) Signed-off-by: Sayali Gaikawad (cherry picked from commit 6cc3b74a942e99d6dc0f1ae06657e822ea126dc1) Signed-off-by: github-actions[bot] --- .github/workflows/release-drafter.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 0a973d2106..1e365363d6 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -8,6 +8,8 @@ on: jobs: draft_release: runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Checkout uses: actions/checkout@v2