Release: v2.1.1 (#390)
## What's Changed * Remove retry logic by @sethvargo in https://github.com/google-github-actions/auth/pull/389 * Use an OAuth 2.0 access token for Domain-Wide Delegation by @sethvargo in https://github.com/google-github-actions/auth/pull/388 **Full Changelog**: https://github.com/google-github-actions/auth/compare/v2.1.0...b4f4057a105e0aaddb54a56ce4953ddf3fa4e1ea
This commit is contained in:
parent
b4f4057a10
commit
a6e2e39c0a
3 changed files with 4 additions and 4 deletions
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.1.0",
|
||||
"version": "2.1.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@google-github-actions/auth",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.1",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@google-github-actions/auth",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"description": "Authenticate to Google Cloud using OIDC tokens or JSON service account keys.",
|
||||
"main": "dist/main/index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue