Jill Regan
44ef890925
Fix syntax error
2026-02-20 18:06:37 -05:00
Jill Regan
d7959a3396
Add retry
2026-02-20 18:03:59 -05:00
Jill Regan
ba2e69a32e
Increase startup
2026-02-20 18:00:12 -05:00
Jill Regan
e5946f890f
Add more robust logging
2026-02-20 17:56:04 -05:00
Jill Regan
6afd0621a7
Test to see why get file content failed
2026-02-20 17:53:22 -05:00
Jill Regan
72c110fb96
Try mroe logging
2026-02-20 17:50:24 -05:00
Jill Regan
b590204659
Try nested error logging
2026-02-20 17:47:00 -05:00
Jill Regan
6490b7af0e
Increase tiemout
2026-02-20 17:43:00 -05:00
Jill Regan
676313036e
Add error handeling
2026-02-20 17:14:24 -05:00
Jill Regan
43c1f24739
Add more e2e tests
2026-02-20 17:00:26 -05:00
Jill Regan
3c643fe809
Code clean up and add tests
2026-02-20 15:59:25 -05:00
Jill Regan
41f600a118
Fix service account tests
2026-02-20 11:19:53 -05:00
Jill Regan
a03b151beb
Fix test order
2026-02-20 11:11:29 -05:00
Jill Regan
9ef8ce29fa
Add missing vault id
2026-02-20 10:47:11 -05:00
Jill Regan
cc33b584d1
Update formatting
2026-02-20 10:44:46 -05:00
Jill Regan
21385b0c31
Add e2e test
2026-02-20 10:43:17 -05:00
Jill Regan
2a0e01171e
Add query for vault id first
2026-02-20 09:35:27 -05:00
Jill Regan
8f91e40957
Test with error message descontruction
2026-02-20 09:29:15 -05:00
Jill Regan
d4fc305bfa
Assign error message to string
2026-02-20 09:26:38 -05:00
Jill Regan
cb3e4f29eb
Fix error message
2026-02-20 09:12:10 -05:00
Jill Regan
f4ee2a9d76
remove unused import
2026-02-20 09:07:45 -05:00
Jill Regan
59b7671409
Fix linting errors
2026-02-20 09:04:02 -05:00
Jill Regan
d7da1c3ae2
Fix merge confict
2026-02-20 08:41:37 -05:00
Jill Regan
9d7acefac9
Move comment
2026-02-20 08:34:52 -05:00
Jill Regan
04984a6c91
Add eslint disable
2026-02-20 08:31:14 -05:00
Jill Regan
db7314de7b
Merge branch 'feature/migrate-to-sdk' into jill/validate-secret-reference
2026-02-20 08:24:44 -05:00
Jill Regan
ffffc2db51
Migrate connect to use SDK
2026-02-20 08:24:08 -05:00
Jill Regan
3f9ba481c9
Merge pull request #134 from 1Password/jill/use-sdk-for-service-account
...
Migrate to use 1Password SDK with Service Account
2026-02-20 08:22:34 -05:00
Jill Regan
1e8273d4be
Fix formatting
2026-02-19 14:24:51 -05:00
Jill Regan
015b03300e
Code cleanup
2026-02-19 14:17:40 -05:00
Jill Regan
ab44f9f69c
Remove unit test
2026-02-18 18:01:22 -05:00
Jill Regan
af49dd18de
Remove connect handling
2026-02-18 18:00:42 -05:00
Jill Regan
d456b72513
Add connect e2e test
2026-02-18 17:50:34 -05:00
Jill Regan
2a828228a8
Try woth test failure
2026-02-18 17:48:21 -05:00
Jill Regan
604a86ce4e
Make assert-invalid-ref-failed.sh executable
2026-02-18 17:44:26 -05:00
Jill Regan
7998453500
Update script
2026-02-18 17:41:39 -05:00
Jill Regan
e7fe4397d9
Add e2e test
2026-02-18 17:38:00 -05:00
Jill Regan
6911316fe3
Add secret ref validation
2026-02-18 17:24:55 -05:00
Jill Regan
24235f3b6b
Fix formatting
2026-02-18 16:37:41 -05:00
Jill Regan
a2ce22dd39
Add error handling
2026-02-18 16:35:10 -05:00
Jill Regan
d2fdd9df66
Update unit test
2026-02-18 14:12:14 -05:00
Jill Regan
95478552e8
Fix linting issues
2026-02-18 13:57:08 -05:00
Jill Regan
4a997a0402
Use SDK with service account
2026-02-18 13:48:19 -05:00
Volodymyr Zotov
81bc2a50b4
Merge pull request #133 from 1Password/vzt/fix-commit-ref-in-e2e-test-workflow
...
Pass latest commit ref to checkout
2026-01-28 08:35:26 -06:00
Volodymyr Zotov
1dfe1fc19e
Build action before testing
2026-01-27 14:19:04 -06:00
Volodymyr Zotov
856971e6d6
Pass latest commit ref to checkout
2026-01-27 12:12:48 -06:00
Volodymyr Zotov
5fd6fbcfdf
Merge pull request #132 from toga4/empty-strings
...
fix: set outputs/env vars for empty string field values
2026-01-27 10:06:27 -06:00
toga4
13f927c806
fix: set outputs/env vars for empty string field values
...
Empty string field values from 1Password were causing the action to skip setting outputs and environment variables entirely.
This was inconsistent with `op run` behavior, which sets the variable with an empty value.
- Change falsy check to explicit null/undefined check in extractSecret
- Skip setSecret for empty strings to avoid runner warning
- Add tests for empty string value handling
2026-01-23 10:38:43 +09:00
Volodymyr Zotov
fdb192f5dc
Merge pull request #130 from BolajiOlajide/bo/ssh-secret-doc
...
docs: add SSH key format parameter documentation
2025-12-22 11:19:47 -06:00
Bolaji Olajide
13c259d353
update
2025-12-22 18:08:38 +01:00