From c2d0180906e908f92ab3132ca69c70322a31e632 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Sun, 7 Jul 2024 07:04:25 +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 c0f8bd8..94f3a58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,8 @@ jobs: args: | setup working-directory: example + env: + GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Show git version run: | type git