From cd396e6aa613533c387ebc56058ec8da41e66ddd Mon Sep 17 00:00:00 2001 From: kaanyagci Date: Mon, 12 Aug 2024 00:42:06 +0200 Subject: [PATCH] fix(gha): change the token for the gh athenticate Signed-off-by: kaanyagci --- .github/workflows/get_latest_skaffold_version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/get_latest_skaffold_version.yml b/.github/workflows/get_latest_skaffold_version.yml index 8c90251..bbc18db 100644 --- a/.github/workflows/get_latest_skaffold_version.yml +++ b/.github/workflows/get_latest_skaffold_version.yml @@ -38,7 +38,7 @@ jobs: run: gh --version - name: Authenticate GitHub CLI - run: gh auth login --with-token <<< ${{ secrets.GITHUB_TOKEN }} + run: gh auth login --with-token <<< ${{ secrets.ADMIN_PAT }} - name: Update GitHub Secret run: |