From 5c92c3dbcf4f133c11bcb0af6a2b71bcb63911c6 Mon Sep 17 00:00:00 2001 From: Victor Franca Date: Tue, 7 May 2024 16:13:28 +0100 Subject: [PATCH] Update gitops_update.yml --- .github/workflows/gitops_update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gitops_update.yml b/.github/workflows/gitops_update.yml index 90f15e9d..5a0348e3 100644 --- a/.github/workflows/gitops_update.yml +++ b/.github/workflows/gitops_update.yml @@ -93,7 +93,7 @@ jobs: with: repository: wkspower/wks-gitops path: wks-gitops - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GH_PAT }} - name: Extract tag name id: extract_tag @@ -163,4 +163,4 @@ jobs: git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git commit -am "Release docker tag" - git push \ No newline at end of file + git push