From 4f95bed0a4bd6344ffb6ed9199f97f47d728980a Mon Sep 17 00:00:00 2001 From: Vasudha Jha <38970093+VasudhaJha@users.noreply.github.com> Date: Mon, 24 Jan 2022 14:22:26 -0800 Subject: [PATCH] update action to use PAT instead of Github token --- .github/workflows/create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 9107a061..2ef3de03 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -9,7 +9,7 @@ jobs: release-on-push: runs-on: ubuntu-latest env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.PAT }} steps: - uses: rymndhng/release-on-push-action@master with: