From ab78519249f00d9d11388f829f6709b2df1299fa Mon Sep 17 00:00:00 2001 From: Abhinay Agarwal Date: Fri, 19 Jul 2024 16:34:19 +0530 Subject: [PATCH] Use GITHUB_TOKEN to commit in release workflow --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9c80937b..ef75e95c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -56,7 +56,7 @@ jobs: git commit gradle.properties -m "Prepare development of $newVersion" git push https://gluon-bot:$PAT@github.com/$GITHUB_REPOSITORY HEAD:master env: - PAT: ${{ secrets.PAT }} + PAT: ${{ secrets.GITHUB_TOKEN }} release-notes: runs-on: ubuntu-latest