From e5347d41c9279bd63ed668ce9a88e77e3eb97eea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Qui=C3=B1ones?= Date: Mon, 10 Feb 2025 22:21:54 -0500 Subject: [PATCH] ci(zen-update): added GH_TOKEN env var to use gh cli --- .github/workflows/zen-update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/zen-update.yml b/.github/workflows/zen-update.yml index bed0747..c81b595 100644 --- a/.github/workflows/zen-update.yml +++ b/.github/workflows/zen-update.yml @@ -33,6 +33,8 @@ jobs: - name: Update versions id: update if: steps.check.outputs.should_update == 'true' + env: + GH_TOKEN: ${{ github.token }} run: | .github/update.sh --ci