From 83a00389d253c8c6b56d4f3ecaf378d083b92b43 Mon Sep 17 00:00:00 2001 From: pranav-new-relic <127438038+pranav-new-relic@users.noreply.github.com> Date: Wed, 4 Sep 2024 14:43:07 +0530 Subject: [PATCH] chore(release): add RELEASE_TOKEN to the environment of the release task (#73) --- .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 }}