From 5d5a9f4afbe05b1eb7ec56b379be8b299f8a80ca Mon Sep 17 00:00:00 2001 From: Atish Jadhav <141334503+cx-atish-jadhav@users.noreply.github.com> Date: Tue, 9 Jun 2026 23:39:57 +0530 Subject: [PATCH] Comment out token in release workflow Comment out the token usage in the checkout step. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a256589..aee718b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,8 +17,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - with: - token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} + # with: + # token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} - name: Extract full CLI version from Dockerfile id: extract_cli_version