From 59a0064c17e152b6e2e52e6e645c3011fd369d3b Mon Sep 17 00:00:00 2001 From: JINU Date: Wed, 10 Apr 2024 00:11:45 +0900 Subject: [PATCH] Fix test.yaml --- .github/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 053124e..ca3fadc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -43,6 +43,9 @@ jobs: test_action_snapshot_local_chart: runs-on: ubuntu-latest name: Local chart snapshot and create PR if snapshot changed + permissions: + contents: write + pull-requests: write steps: - name: Checkout uses: actions/checkout@v4