Skip to content

Commit

Permalink
Revert "Use RUNNER_TEMP to export credentials" (#149)
Browse files Browse the repository at this point in the history
* Revert "Use RUNNER_TEMP to export credentials (#148)"

This reverts commit 191a0f3.

* Update README.md
  • Loading branch information
sethvargo committed Jul 22, 2020
1 parent 191a0f3 commit 0926395
Show file tree
Hide file tree
Showing 4 changed files with 3,034 additions and 3,375 deletions.
3 changes: 0 additions & 3 deletions package-lock.json

This file was deleted.

7 changes: 3 additions & 4 deletions setup-gcloud/README.md
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

0 comments on commit 0926395

Please sign in to comment.