Skip to content

Commit

Permalink
chore(release): add RELEASE_TOKEN to the environment of the release t…
Browse files Browse the repository at this point in the history
…ask (#73)
  • Loading branch information
pranav-new-relic authored and NSSPKrishna committed Sep 5, 2024
1 parent f1c337f commit 44d459b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="v2.5.1"></a>
## [v2.5.1] - 2024-09-04
### Bug Fixes
- Storing deploymentId to setOuput instead of setEnv ([#70](https://github.com/newrelic/deployment-marker-action/issues/70))

<a name="v2.5.0"></a>
## [v2.5.0] - 2023-10-30
### Documentation Updates
Expand Down

0 comments on commit 44d459b

Please sign in to comment.