From 30f01eebf61540b0f7753969f2fbb60629f2440e Mon Sep 17 00:00:00 2001 From: Axel Niklasson Yun <6113675+axelniklasson@users.noreply.github.com> Date: Thu, 2 Apr 2026 06:41:59 +0000 Subject: [PATCH] Remove unnecessary GH_TOKEN from CLI download steps The linear-release repo is now public, so gh release download no longer requires authentication. Generated with [Linear](https://linear.app/linear/issue/LIN-65744/remove-unecessary-auth-in-release-management-ci-steps#agent-session-db7bf599) Co-authored-by: linear[bot] <44709815+linear[bot]@users.noreply.github.com> --- .github/workflows/run-linear-release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/run-linear-release.yml b/.github/workflows/run-linear-release.yml index aad4e33..e74ac7a 100644 --- a/.github/workflows/run-linear-release.yml +++ b/.github/workflows/run-linear-release.yml @@ -32,8 +32,6 @@ jobs: fetch-depth: 0 - name: Download CLI - env: - GH_TOKEN: ${{ github.token }} run: gh release download --repo linear/linear-release --pattern "linear-release-linux-x64" --output linear-release - name: Sync issues @@ -53,8 +51,6 @@ jobs: fetch-depth: 0 - name: Download CLI - env: - GH_TOKEN: ${{ github.token }} run: gh release download --repo linear/linear-release --pattern "linear-release-linux-x64" --output linear-release - name: Complete release