From 0b6fa6fdecbd604105af70b66d841da57a73ff82 Mon Sep 17 00:00:00 2001 From: Eugene Fedorenko Date: Fri, 12 Jul 2024 11:42:12 -0700 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 53c9d54..4f0de83 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,6 +15,7 @@ jobs: Build_Push_Images: runs-on: ubuntu-latest needs: [quality-check] + permissions: write-all steps: - name: Checkout uses: actions/checkout@v2 @@ -52,6 +53,7 @@ jobs: Publish_Helm_Chart: runs-on: ubuntu-latest needs: [Build_Push_Images] + permissions: write-all steps: - name: Checkout uses: actions/checkout@v2 @@ -74,4 +76,4 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} charts_dir: ./helm charts_url: . - branch: gh-pages \ No newline at end of file + branch: gh-pages