From 261c0b3c69b2df8c487fb205423daa9696d4ae59 Mon Sep 17 00:00:00 2001 From: Keith Mattix II Date: Mon, 13 May 2024 21:24:53 +0000 Subject: [PATCH] Add permissions to GitHub actions Signed-off-by: Keith Mattix II --- .github/workflows/release-chart.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-chart.yml b/.github/workflows/release-chart.yml index 99b116f3..d0071289 100644 --- a/.github/workflows/release-chart.yml +++ b/.github/workflows/release-chart.yml @@ -6,6 +6,9 @@ on: jobs: release: + permissions: + pages: write + contents: write runs-on: ubuntu-latest steps: - uses: actions/checkout@v2