Release: v2.0.0 (#355)
## What's Changed * Add support for Direct Workload Identity auth by @sethvargo in https://github.com/google-github-actions/auth/pull/348 * Add protection for release branches by @sethvargo in https://github.com/google-github-actions/auth/pull/351 * Make auth universe-aware by @sethvargo in https://github.com/google-github-actions/auth/pull/352 * Fix some examples to include project_id by @sethvargo in https://github.com/google-github-actions/auth/pull/353 **Full Changelog**: https://github.com/google-github-actions/auth/compare/v1.2.0...0a2edc185b2c194b4f6bcebc7a8f52ebce97cd91
This commit is contained in:
parent
0a2edc185b
commit
67e9c72af6
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": "1.2.0",
|
||||
"version": "2.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@google-github-actions/auth",
|
||||
"version": "1.2.0",
|
||||
"version": "2.0.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@google-github-actions/auth",
|
||||
"version": "1.2.0",
|
||||
"version": "2.0.0",
|
||||
"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