-
Notifications
You must be signed in to change notification settings - Fork 8
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
T-18935 infra: change phd api key env variable #1044
Conversation
This pull request has been linked to 1 task:
|
@@ -34,7 +34,7 @@ jobs: | |||
envkey_REDIS_LOCAL_TTL_FACTOR: ${{ secrets.REDIS_LOCAL_TTL_FACTOR }} | |||
envkey_BLOCKED_ADDRESSES_URL: ${{ secrets.BLOCKED_ADDRESSES_URL }} | |||
envkey_PHD_BASE_URL: ${{ secrets.PHD_BASE_URL }} | |||
envkey_PHD_API_KEY: ${{ secrets.PHD_API_KEY }} | |||
envkey_PHD_API_KEY_SERVICE_PRODUCTION: ${{ secrets.PHD_API_KEY }} |
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.
Isn't the name of the secret itself going to change now?
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.
good catch! you're totally right
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 looks good to me. Thanks Roni.
No description provided.