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

Delete key file after auth #32959

Merged
merged 3 commits into from Feb 26, 2021
Merged

Delete key file after auth #32959

merged 3 commits into from Feb 26, 2021

Conversation

estherkim
Copy link
Collaborator

No description provided.

@amp-owners-bot
Copy link

Hey @rsimha! These files were changed:

.circleci/setup_storage.sh

@@ -38,6 +38,7 @@ source $BASH_ENV
echo $(GREEN "Authenticating with GCP storage...")
echo $STORAGE_TOKEN > storage-key.json
gcloud auth activate-service-account --key-file=storage-key.json
rm storage-key.json
Copy link
Contributor

Choose a reason for hiding this comment

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

On my machine, rm throws up a user prompt while rm -f does not. Should this change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants