Release: v2.0.1 (#382)
## What's Changed * Trigger release on pushes to release branches by @sethvargo in https://github.com/google-github-actions/auth/pull/358 * Fix a small docs issue by @sethvargo in https://github.com/google-github-actions/auth/pull/359 * Remove broken markdown links by @sethvargo in https://github.com/google-github-actions/auth/pull/362 * Document that project_id might be required by @sethvargo in https://github.com/google-github-actions/auth/pull/367 * Update README and CI to use latest version by @sethvargo in https://github.com/google-github-actions/auth/pull/365 * Add service_account to WIF through SA example by @sethvargo in https://github.com/google-github-actions/auth/pull/369 * Use new markdown syntax for alerts by @sethvargo in https://github.com/google-github-actions/auth/pull/371 * Note .dockerignore in the exclusion for credentials by @sethvargo in https://github.com/google-github-actions/auth/pull/376 * Support newline-separated inputs for delegates and access_token_scopes by @sethvargo in https://github.com/google-github-actions/auth/pull/381 **Full Changelog**: https://github.com/google-github-actions/auth/compare/v2.0.0...a57dd046551728ea4f537891f7c0b7758f71e77b
This commit is contained in:
parent
a57dd04655
commit
f6de81663f
2
dist/main/index.js
vendored
2
dist/main/index.js
vendored
File diff suppressed because one or more lines are too long
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@google-github-actions/auth",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@google-github-actions/auth",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@google-github-actions/auth",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"description": "Authenticate to Google Cloud using OIDC tokens or JSON service account keys.",
|
||||
"main": "dist/main/index.js",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user