Skip to content

Commit

Permalink
Use RUNNER_TEMP to export credentials (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Jul 21, 2020
1 parent 4d4b4ce commit 191a0f3
Show file tree
Hide file tree
Showing 4 changed files with 13,852 additions and 13,508 deletions.
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions setup-gcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ 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.

## Prerequisites

* This action requires [Python](https://www.python.org/) 2.7.9 or later to be installed on the environment.
Expand Down

0 comments on commit 191a0f3

Please sign in to comment.