Skip to content

Commit 44ae44c

Browse files
authored
Update dependencies and tweak README (#237)
1 parent 60569fa commit 44ae44c

4 files changed

Lines changed: 219 additions & 184 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# auth
22

3-
This GitHub Action establishes authentication to Google Cloud. It supports
4-
traditional authentication via a Google Cloud Service Account Key JSON and
5-
authentication via [Workload Identity Federation][wif].
3+
This GitHub Action authenticates to Google Cloud. It supports authentication via
4+
a Google Cloud Service Account Key JSON and authentication via [Workload
5+
Identity Federation][wif].
66

77
Workload Identity Federation is the recommended approach as it obviates the need
88
to export a long-lived Google Cloud service account key and establishes a trust
@@ -646,11 +646,15 @@ mappings, see the [GitHub OIDC token documentation](https://docs.github.com/en/a
646646
"sha": "d11880f4f451ee35192135525dc974c56a3c1b28",
647647
"repository": "username/reponame",
648648
"repository_owner": "username",
649+
"repository_visibility": "private",
650+
"repository_id": "74",
651+
"repository_owner_id": "65",
649652
"run_id": "1238222155",
650653
"run_number": "18",
651654
"run_attempt": "1",
652655
"actor": "username",
653-
"workflow": "OIDC",
656+
"actor_id": "12",
657+
"workflow": "oidc",
654658
"head_ref": "",
655659
"base_ref": "",
656660
"event_name": "push",

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.

0 commit comments

Comments
 (0)