From c60288341252d9b831d94e21dec0eb2f0c5bbb67 Mon Sep 17 00:00:00 2001 From: Jiwan Ahn Date: Fri, 3 Nov 2023 01:12:57 +0900 Subject: [PATCH] :green_heart: fix: Update Diareat-CICD.yml --- .github/workflows/Diareat-CICD.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/Diareat-CICD.yml b/.github/workflows/Diareat-CICD.yml index b7a92c8..12a32df 100644 --- a/.github/workflows/Diareat-CICD.yml +++ b/.github/workflows/Diareat-CICD.yml @@ -64,6 +64,9 @@ jobs: - name: Setup Kustomize uses: imranismail/setup-kustomize@v2.1.0-rc + with: + github-token: ${{ secrets.ACCESS_TOKEN }} + - name: Checkout kustomize repository uses: actions/checkout@v3