Skip to content

Commit 9af8367

Browse files
Merge pull request #46 from step-security/auto-cherry-pick
chore: Cherry-picked changes from upstream
2 parents 2320948 + c0c6250 commit 9af8367

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ defaults:
3434
shell: 'bash'
3535

3636
permissions:
37-
contents: read
37+
contents: 'read'
38+
statuses: 'write'
3839

3940
jobs:
4041
unit:

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ For more usage options, see the [examples](docs/EXAMPLES.md).
9393
> SDK](https://github.com/firebase/firebase-admin-node/issues/1377). Use Service
9494
> Account Key JSON authentication instead.
9595
96+
> [!WARNING]
97+
>
98+
> As of the time of this writing, the GitHub OIDC token expires in 5 minutes,
99+
> which means any derived credentials also expire in 5 minutes.
100+
101+
96102
The following inputs are for _authenticating_ to Google Cloud via Workload
97103
Identity Federation.
98104

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": "@step-security/google-github-auth",
3-
"version": "2.1.6",
3+
"version": "2.1.10",
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)