Skip to content
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: Migrated non-sensitive CI values to vars #1957

Merged
merged 1 commit into from Jan 22, 2024

Conversation

mrickard
Copy link
Member

Description

Some non-sensitive repository values used for CI were set as secrets, but that's an unnecessary overloading of secrets:

  • NR_REPOS
  • IGNORE_LABELS
  • SLACK_CHANNEL
  • NODE_AGENT_CI_USER_NAME
  • NODE_AGENT_CI_USER_EMAIL

This PR migrates them to repo vars.

Related Issues

Closes #1637
Closes NR-137604

Signed-off-by: mrickard <maurice@mauricerickard.com>
Copy link

codecov bot commented Jan 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c1b04b6) 97.02% compared to head (3e094be) 97.03%.
Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1957      +/-   ##
==========================================
+ Coverage   97.02%   97.03%   +0.01%     
==========================================
  Files         215      215              
  Lines       40248    40372     +124     
==========================================
+ Hits        39049    39176     +127     
+ Misses       1199     1196       -3     
Flag Coverage Δ
integration-tests-16.x 78.88% <ø> (-0.02%) ⬇️
integration-tests-18.x 79.15% <ø> (+<0.01%) ⬆️
integration-tests-20.x 79.16% <ø> (+<0.01%) ⬆️
unit-tests-16.x 91.12% <ø> (+0.02%) ⬆️
unit-tests-18.x 91.11% <ø> (+0.02%) ⬆️
unit-tests-20.x 91.11% <ø> (+0.02%) ⬆️
versioned-tests-16.x 74.00% <ø> (+0.03%) ⬆️
versioned-tests-18.x 74.02% <ø> (+0.03%) ⬆️
versioned-tests-20.x 74.03% <ø> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@bizob2828 bizob2828 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. the email stored in variables should be node-agent@newrelic.com though

@bizob2828 bizob2828 added the dev:automation Indicates CI automation label Jan 22, 2024
@bizob2828 bizob2828 merged commit 1739378 into newrelic:main Jan 22, 2024
24 checks passed
Node.js Engineering Board automation moved this from Needs PR Review to Done: Issues recently completed Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev:automation Indicates CI automation
Projects
Node.js Engineering Board
  
Done: Issues recently completed
Development

Successfully merging this pull request may close these issues.

Migrate non-sensitive Action variables from secrets
2 participants