From 617e0700d12d544ea70faa25475a8ca3de6e988f Mon Sep 17 00:00:00 2001 From: pranav-new-relic Date: Wed, 4 Sep 2024 11:23:11 +0530 Subject: [PATCH] chore(release): add RELEASE_TOKEN to the environment of the relesse script runner --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43ae953..1c90141 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,8 @@ jobs: - name: Release shell: bash + env: + GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} run: | git config --global user.name ${{ secrets.NEW_RELIC_GITHUB_SERVICE_ACCOUNT_USERNAME }} git config --global user.email ${{ secrets.NEW_RELIC_GITHUB_SERVICE_ACCOUNT_EMAIL }}