Skip to content

Commit

Permalink
Update config.yml - Add GitHub token to gar
Browse files Browse the repository at this point in the history
  • Loading branch information
iamemilio authored Jun 8, 2023
1 parent 5e489d3 commit 59d9431
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
-u ${CIRCLE_PROJECT_USERNAME} \
-r ${CIRCLE_PROJECT_REPONAME} \
-c ${CIRCLE_SHA1} \
-t ${GITHUB_TOKEN} \
-n "New Relic Lambda Extension ${CIRCLE_TAG}" \
-replace \
${CIRCLE_TAG} \
Expand All @@ -112,6 +113,7 @@ jobs:
-u ${CIRCLE_PROJECT_USERNAME} \
-r ${CIRCLE_PROJECT_REPONAME} \
-c ${CIRCLE_SHA1} \
-t ${GITHUB_TOKEN} \
-n "New Relic Lambda Extension ${CIRCLE_TAG}" \
-replace \
${CIRCLE_TAG} \
Expand Down

0 comments on commit 59d9431

Please sign in to comment.