From 575837a6536326dcd43d4159fbd0ceb70ee3d794 Mon Sep 17 00:00:00 2001 From: Ajinkya Ganesh Kumbhar Date: Wed, 26 Mar 2025 15:46:29 +0530 Subject: [PATCH 1/3] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac766bb..686d552 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: name: Lint runs-on: ubuntu-20.04 env: - TOKEN: ${{ secrets.USER_GITHUB_TOKEN }} + TOKEN: ${{ secrets.RIDECELL_GITHUB_ACTION_TOKEN_REPO_ALL }} steps: - uses: actions/checkout@v4 - name: Setup go @@ -41,7 +41,7 @@ jobs: - name: Release if: startsWith(github.ref, 'refs/tags/') env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.RIDECELL_GITHUB_ACTION_TOKEN_REPO_ALL }} run: | mv bin/ridectl.macos bin/ridectl && zip -jrm bin/ridectl_macos.zip bin/ridectl mv bin/ridectl.linux bin/ridectl && zip -jrm bin/ridectl_linux.zip bin/ridectl From 4c6a2bf4826931c9b334154662f721e69fe0a0e5 Mon Sep 17 00:00:00 2001 From: Ajinkya Ganesh Kumbhar Date: Tue, 8 Apr 2025 16:20:45 +0530 Subject: [PATCH 2/3] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 686d552..6d914d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: name: Lint runs-on: ubuntu-20.04 env: - TOKEN: ${{ secrets.RIDECELL_GITHUB_ACTION_TOKEN_REPO_ALL }} + TOKEN: ${{ secrets.RIDECELL_CONTROLLER_REPO_TOKEN }} steps: - uses: actions/checkout@v4 - name: Setup go @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-20.04 needs: lint env: - TOKEN: ${{ secrets.USER_GITHUB_TOKEN }} + TOKEN: ${{ secrets.RIDECELL_CONTROLLER_REPO_TOKEN }} steps: - uses: actions/checkout@v4 - name: Setup go @@ -41,7 +41,7 @@ jobs: - name: Release if: startsWith(github.ref, 'refs/tags/') env: - GITHUB_TOKEN: ${{ secrets.RIDECELL_GITHUB_ACTION_TOKEN_REPO_ALL }} + GITHUB_TOKEN: ${{ secrets.RIDECELL_CONTROLLER_REPO_TOKEN }} run: | mv bin/ridectl.macos bin/ridectl && zip -jrm bin/ridectl_macos.zip bin/ridectl mv bin/ridectl.linux bin/ridectl && zip -jrm bin/ridectl_linux.zip bin/ridectl From afa765fd12a4b8350fd852e23895848195fa9103 Mon Sep 17 00:00:00 2001 From: Ajinkya Ganesh Kumbhar Date: Tue, 8 Apr 2025 16:32:33 +0530 Subject: [PATCH 3/3] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d914d3..52faa87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: name: Lint runs-on: ubuntu-20.04 env: - TOKEN: ${{ secrets.RIDECELL_CONTROLLER_REPO_TOKEN }} + TOKEN: ${{ secrets.RIDECELL_PUBLIC_REPO_TOKEN }} steps: - uses: actions/checkout@v4 - name: Setup go @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-20.04 needs: lint env: - TOKEN: ${{ secrets.RIDECELL_CONTROLLER_REPO_TOKEN }} + TOKEN: ${{ secrets.RIDECELL_PUBLIC_REPO_TOKEN }} steps: - uses: actions/checkout@v4 - name: Setup go @@ -41,7 +41,7 @@ jobs: - name: Release if: startsWith(github.ref, 'refs/tags/') env: - GITHUB_TOKEN: ${{ secrets.RIDECELL_CONTROLLER_REPO_TOKEN }} + GITHUB_TOKEN: ${{ secrets.RIDECELL_PUBLIC_REPO_TOKEN }} run: | mv bin/ridectl.macos bin/ridectl && zip -jrm bin/ridectl_macos.zip bin/ridectl mv bin/ridectl.linux bin/ridectl && zip -jrm bin/ridectl_linux.zip bin/ridectl