Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions package-lock.json

This file was deleted.

7 changes: 3 additions & 4 deletions setup-gcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@ It does the following:

**IMPORTANT!** Exporting default credentials requires `actions/checkout@v2`.
The `v1` tag is not supported and will not work.

**WARNING!** This persists the credentials to a temporary path on disk. If
you are building packages, ensure you do **not** use `RUNNER_TEMP` or you
risk including the service account credential in your build.

**WARNING!** This persists the application credentials inside the workspace. If
you are building packages or artifacts, be sure to exclude the credentials!

## Prerequisites

Expand Down
Loading