Skip to content

Commit e8df18b

Browse files
Release: v1.1.0 (#297)
## What's Changed * fix: update doc versions by @verbanicm in #240 * Only emit a warning if the envvar has changed by @sethvargo in #245 * Update CI and deps by @sethvargo in #248 * Document possible issues with org policies by @sethvargo in #258 * Updated troubleshooting to add permissions example by @bseib in #262 * Note that Firebase Admin Node.js SDK doesn't support WLIF by @kevinthecheung in #268 * chore: update dependencies (automated) by @verbanicm in #274 * Document admission for all repos of an owner by @djbrown in #279 * Switch to pull non-secret values from env by @sethvargo in #288 * Emit a diff of each environment variable by @sethvargo in #296 * Enable default retries of 3 retry attempts at 250ms backoff by @sethvargo in #294 ## New Contributors * @bseib made their first contribution in #262 * @kevinthecheung made their first contribution in #268 * @djbrown made their first contribution in #279 **Full Changelog**: v1.0.0...41d8fa4
1 parent 41d8fa4 commit e8df18b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.

dist/post/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": "1.0.0",
3+
"version": "1.1.0",
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)