We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fecbb08 commit 56d3c95Copy full SHA for 56d3c95
.github/workflows/release-lambda-init-containers.yml
@@ -30,4 +30,4 @@ jobs:
30
echo "newrelic/newrelic-agent-init-container - Releasing \"${RELEASE_TITLE}\" with tag ${RELEASE_TAG}"
31
gh release create "${RELEASE_TAG}" --title="${RELEASE_TITLE}" --repo=newrelic/newrelic-agent-init-container --notes="${RELEASE_NOTES}"
32
env:
33
- GH_RELEASE_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
+ GH_RELEASE_TOKEN: ${{ secrets.NODE_AGENT_GH_TOKEN }}
0 commit comments