From c5304fb2098480747bd494b209c1e349e2b46154 Mon Sep 17 00:00:00 2001 From: Sahil Ahuja Date: Mon, 10 Feb 2025 01:39:16 +0530 Subject: [PATCH] Using github token --- .github/workflows/cs-update-push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cs-update-push.yml b/.github/workflows/cs-update-push.yml index c78de1e..de2bf73 100644 --- a/.github/workflows/cs-update-push.yml +++ b/.github/workflows/cs-update-push.yml @@ -42,8 +42,8 @@ jobs: - name: Increment package version and push env: - GITHUB_TOKEN: ${{ secrets.PAT }} #THis is because we want to trigger a new build - # GITHUB_TOKEN: ${{ github.token }} + # GITHUB_TOKEN: ${{ secrets.PAT }} #This is because we want to trigger a new build + GITHUB_TOKEN: ${{ github.token }} run: | git config --global user.name 'bot-build' git config --global user.email 'techbots+build@gmetri.com'