Seth Vargo
f6793d5041
chore: update all deps ( #167 )
2022-04-22 16:46:20 -04:00
Seth Vargo
9adccd9156
docs: add link to gsutil issue about WIF support
2022-04-19 10:58:13 -04:00
Google GitHub Actions Bot
b05f71482f
Build dist ( #163 )
2022-04-05 23:46:05 +00:00
Google GitHub Actions Bot
50dbfd0907
chore: release 0.7.0 ( #158 )
2022-04-05 15:07:42 +00:00
Seth Vargo
e426d954f6
chore: update references to setup-gcloud@master -> setup-gcloud@main ( #162 )
2022-04-05 09:44:37 -05:00
Seth Vargo
d16fd896f7
feat: allow opt-out of exporting environment variables ( #157 )
...
This allows users to opt-out of exporting environment variables. This might be helpful if they **don't** want future steps to be authenticated, or if the exported environment variables conflict with other values.
2022-03-24 16:02:18 -05:00
Seth Vargo
38d3c2f54d
chore: update deps ( #155 )
2022-03-21 12:52:27 -04:00
Seth Vargo
e9ca24f3e2
docs: add a node about node16 on self-hosted runners ( #149 )
2022-03-08 10:24:24 -05:00
Koichi Shiraishi
db6919d074
Update actions/checkout to v3 ( #148 )
...
* chore: update actions/checkout to v3
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
* chore: update docs to actions/checkout@v3
Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
2022-03-08 10:18:30 -05:00
Averi Kitsch
8d936a3c13
chore: add dependabot settings ( #146 )
2022-03-02 08:44:27 -08:00
SHIMADA Kento
65963dbda5
doc: fix registry name example for GAR ( #143 )
2022-02-25 12:56:50 -05:00
Charles Sullivan
3fbe03175e
doc: Fix token_format in readme. ( #138 )
...
https://github.com/google-github-actions/auth/blob/main/action.yml#L136-L139
2022-02-14 11:37:07 -06:00
Google GitHub Actions Bot
a2b753f630
Build dist ( #133 )
2022-02-03 15:58:48 -05:00
Google GitHub Actions Bot
8d125895b9
chore: release 0.6.0 ( #118 )
2022-02-03 15:55:30 -05:00
Google GitHub Actions Bot
696f31dbf6
Build dist ( #131 )
2022-02-03 15:53:26 -05:00
Seth Vargo
f9dc3d62d1
doc: add more troubleshooting ( #132 )
2022-02-03 14:25:36 -06:00
Seth Vargo
48c46e6a59
feat: ensure cred file is created with a predictable name ( #130 )
2022-02-03 11:57:50 -06:00
Seth Vargo
3b7fb59565
docs: add gar and gcr example ( #128 )
2022-02-03 14:30:22 +00:00
Seth Vargo
b6d69ec4d4
doc: add troubleshooting section ( #127 )
2022-02-03 02:19:28 -06:00
Seth Vargo
5d9db97c33
chore: minify build again
2022-01-30 17:08:54 -05:00
Seth Vargo
736e11de40
chore: update deps and use isEmptyDir from utils ( #119 )
2022-01-26 17:47:12 -06:00
Seth Vargo
983a037dfb
feat: emit a warning when the workspace is empty ( #117 )
...
There have been a number of GitHub issues recently due to users not adding actions/checkout before calling "auth", which makes the credentials unavailable to future steps. Worse, some people are putting checkout _after_ auth, which overwrites the generated credentials with a checkout of the repo.
This adds a feature that emits a warning with the workspace is empty.
2022-01-26 15:27:51 -05:00
Google GitHub Actions Bot
ac489d50bb
Build dist ( #114 )
2022-01-22 19:54:07 +00:00
Google GitHub Actions Bot
7a360a247c
chore: release 0.5.0 ( #112 )
2022-01-22 14:52:49 -05:00
Google GitHub Actions Bot
7b354992e5
Build dist ( #113 )
2022-01-22 14:46:54 -05:00
Seth Vargo
88fbfac1f6
docs: note checkout must come first
2022-01-22 14:41:04 -05:00
Seth Vargo
54924dbbed
feat: switch to use node version 16 ( #110 )
2022-01-22 14:38:43 -05:00
Tautvydas Versockas
1261433f2b
Replace single quotes with double quotes in README ( #108 )
2022-01-17 16:25:00 +00:00
Seth Vargo
2c3f0ad713
Add note about gcloud version
2022-01-11 11:41:30 -05:00
Seth Vargo
f616570cea
Fix small README typo
2022-01-07 09:46:48 -05:00
Seth Vargo
9b6531516d
bug: use actions-utils to emit HEAD warning ( #102 )
2021-12-30 15:00:21 +00:00
Seth Vargo
478002e00b
chore: fix readme example to not consume token ( #98 )
2021-12-29 22:01:45 -06:00
Seth Vargo
419a2c3bfe
chore: warn if the action is pinned to HEAD ( #99 )
2021-12-29 12:58:41 -05:00
Seth Vargo
443ae925ab
bug: only cleanup credentials if credentials were created ( #96 )
2021-12-23 11:39:54 -05:00
Google GitHub Actions Bot
8c15757ad6
Build dist ( #95 )
2021-12-22 16:51:21 +00:00
Google GitHub Actions Bot
c6c22902f6
chore: release 0.4.4 ( #93 )
2021-12-22 11:48:33 -05:00
Seth Vargo
0aa6edff98
Only run integration when secrets are available
2021-12-22 11:31:56 -05:00
Seth Vargo
c2df8017cd
Drop install_and_compile requirement
2021-12-22 11:19:39 -05:00
Seth Vargo
b39ebee9c1
Temporarily unminify
2021-12-22 11:12:54 -05:00
Seth Vargo
ec59fe8c8e
fix: switch to actions-utils and update deps ( #91 )
2021-12-22 10:45:18 -05:00
Seth Vargo
5975d7549d
Update release process ( #92 )
2021-12-22 10:34:57 -05:00
Seth Vargo
1b8ec4e237
Update README.md
2021-12-19 22:13:23 -05:00
Seth Vargo
096ab1fb9a
Revert "bug: trigger tag workflow on lightweight tag creation too"
...
This reverts commit 1be7cd0ce2
.
2021-12-15 16:59:00 -05:00
Seth Vargo
1be7cd0ce2
bug: trigger tag workflow on lightweight tag creation too
2021-12-15 16:40:37 -05:00
Katie McLaughlin
52d3869752
(minor) fix syntax on README step ( #88 )
2021-12-14 12:08:46 -05:00
Bharath KKB
1c6c798434
chore: add a link to TF module ( #86 )
2021-12-09 17:23:08 -06:00
Seth Vargo
ac09c292a1
Update documentation and emit log messages ( #85 )
2021-12-09 17:27:21 -05:00
Seth Vargo
d03480e8ad
Update documentation
2021-12-09 14:15:09 -05:00
Seth Vargo
5090ecb28d
Add workflow to update tag pointer ( #82 )
2021-12-09 14:14:46 -05:00
Seth Vargo
ccc7806970
Emit a better error when OIDC information is missing ( #81 )
2021-12-09 12:52:57 -05:00