Skip to content

Commit f6de816

Browse files
Release: v2.0.1 (#382)
## What's Changed * Trigger release on pushes to release branches by @sethvargo in #358 * Fix a small docs issue by @sethvargo in #359 * Remove broken markdown links by @sethvargo in #362 * Document that project_id might be required by @sethvargo in #367 * Update README and CI to use latest version by @sethvargo in #365 * Add service_account to WIF through SA example by @sethvargo in #369 * Use new markdown syntax for alerts by @sethvargo in #371 * Note .dockerignore in the exclusion for credentials by @sethvargo in #376 * Support newline-separated inputs for delegates and access_token_scopes by @sethvargo in #381 **Full Changelog**: v2.0.0...a57dd04
1 parent a57dd04 commit f6de816

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/main/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-github-actions/auth",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Authenticate to Google Cloud using OIDC tokens or JSON service account keys.",
55
"main": "dist/main/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)