Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
fixed create-release.yml to pass in changelog_file as an element of w…
Browse files Browse the repository at this point in the history
…ith: and not as a secret
  • Loading branch information
bizob2828 committed Apr 4, 2022
1 parent 0871149 commit a0838d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: [workflow_dispatch]
jobs:
tag-and-publish:
uses: newrelic/node-newrelic/.github/workflows/release-creation.yml@main
with:
changelog_file: CHANGELOG.md
secrets:
npm_token: ${{ secrets.NODE_AGENT_NPM_TOKEN }}
changelog_file: CHANGELOG.md

0 comments on commit a0838d0

Please sign in to comment.