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
Seth Vargo
1618f1c032
Add another test for fromBase64 ( #76 )
2021-12-07 10:22:31 -06:00
Seth Vargo
870ff908cc
Allow manually invoking tests too ( #74 )
2021-12-06 17:19:37 -06:00
Seth Vargo
ed829381c8
Upgrade deps ( #72 )
2021-12-03 14:00:48 -06:00
Seth Vargo
abba7c4d9a
Remove bug and pr templates to inherit from organization ( #71 )
2021-12-02 17:57:29 -05:00
Seth Vargo
8708e498da
Add support for Domain-Wide Delegation ( #70 )
2021-12-02 10:17:06 -06:00
Seth Vargo
057960bb62
Add util function for parsing durations and many more tests ( #69 )
2021-12-01 16:13:51 -05:00
Seth Vargo
1e9245c68a
Clean up exported credentials when the workflow finishes ( #67 )
...
* Clean up exported credentials when the workflow finishes
* Fix conditional and log
2021-12-01 11:38:47 -06:00
Seth Vargo
c6fa692def
Use strict everywhere ( #68 )
2021-11-30 13:23:28 -08:00
Seth Vargo
a37d7b422e
Update README.md ( #64 )
2021-11-29 18:10:56 -06:00
Nozomu Ohki
6dbf4e537f
chore: Replace backticks with single quotes in README ( #65 )
2021-11-29 17:52:40 -06:00
Seth Vargo
e805d1d054
Update README to v0.4.1
2021-11-29 14:57:02 -05:00
Bharath KKB
9a051ab76c
fix: export Google GHA creds env var ( #57 )
...
* fix: export Google GHA creds env var
* add comments for cred envvars
* build
2021-11-26 11:02:14 -05:00
Seth Vargo
2428105372
Compile
2021-11-25 14:28:51 -05:00
Seth Vargo
ddbc4798b7
Make error message clearer that it came from auth
2021-11-25 14:26:11 -05:00
Seth Vargo
fc5003a59a
Update README.md
2021-11-25 14:20:31 -05:00
pokutuna
e7aec2b7c8
docs: fix token format example in readme ( #59 )
2021-11-25 14:19:48 -05:00
Seth Vargo
cc4b368646
Output more information in error about missing secrets ( #55 )
2021-11-22 11:51:55 -05:00