-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Added create-release-pr job to post-release action #1615
chore: Added create-release-pr job to post-release action #1615
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1615 +/- ##
=======================================
Coverage 96.39% 96.39%
=======================================
Files 200 200
Lines 39053 39053
Branches 24 24
=======================================
Hits 37644 37644
Misses 1409 1409
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
2a611bb
to
e0fc31a
Compare
Username derived from actor if input is not defined Added features/bugs/security blocks to commit message Signed-off-by: mrickard <[email protected]>
Signed-off-by: mrickard <[email protected]>
Signed-off-by: mrickard <[email protected]>
Signed-off-by: mrickard <[email protected]>
e8c7cc7
to
f2dd6d3
Compare
- name: Create Docs Website PR | ||
run: node ./bin/create-docs-pr.js --tag ${{ steps.get_tag.outputs.latest_tag }} | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't the correct secret. It's NODE_AGENT_GH_TOKEN
Proposed Release Notes
Added create-release-pr to post-release action.
Links
https://issues.newrelic.com/browse/NR-96240
Details
GH_TOKEN should be available as a repo secret.
Closes NR-96240