From 027922bada763b033caba8229e59d33ffe8c1751 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Sat, 3 Aug 2024 16:45:50 +0000 Subject: [PATCH] ci: set GITHUB_ACCESS_TOKEN variable --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 807a303..a9b239d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,8 @@ jobs: args: | setup working-directory: example + env: + GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Show kubectl version run: | type kubetcl