Jill Regan
7f98afc2d7
Remove binary
2026-03-02 19:13:10 -05:00
Jill Regan
9cdab8f59d
create new build
2026-03-02 19:03:41 -05:00
Jill Regan
6a14785fa5
Merge pull request #145 from 1Password/revert-pr-137
...
Rollback Migration to SDK with Service Account
2026-03-02 19:01:19 -05:00
Jill Regan
7d4e24a43f
Revert "Merge pull request #137 from 1Password/feature/migrate-to-sdk"
...
This reverts commit 38b333095d , reversing
changes made to 652d567877 .
2026-03-02 18:41:50 -05:00
Jill Regan
cb7c5acc8a
Merge pull request #143 from 1Password/release/v3.2.0
...
Prepare Release/v3.2.0
v3.2.0
2026-03-02 15:21:21 -05:00
Jill Regan
ea49b14f1e
Rebuild
2026-03-02 14:05:27 -05:00
Jill Regan
93abacc9df
Fix version
2026-03-02 14:03:42 -05:00
Jill Regan
40e52b6cef
Update version and build
2026-03-02 08:41:29 -05:00
Jill Regan
38b333095d
Merge pull request #137 from 1Password/feature/migrate-to-sdk
...
feat: migrate service account ot use 1Password sdk
2026-02-27 14:13:44 -05:00
Jill Regan
5b2af23419
remove version
2026-02-27 11:34:19 -05:00
Jill Regan
652d567877
Merge pull request #141 from 1Password/fix/upgrade-actions-toolkit
...
Upgrade actions toolkit
2026-02-27 10:51:00 -05:00
Jill Regan
ee92e1fd32
Update dist
2026-02-26 08:18:20 -05:00
Jill Regan
d688c27248
Update actions/exec
2026-02-26 08:14:16 -05:00
Jill Regan
a312828d43
switch to common js
2026-02-25 08:44:00 -05:00
Jill Regan
e6b45e828c
remove require statement
2026-02-24 10:44:26 -05:00
Jill Regan
639ddd6614
Update build configure
2026-02-24 09:51:56 -05:00
Jill Regan
e5d7353d74
use module exports
2026-02-24 09:40:54 -05:00
Jill Regan
a665f2c1ab
Merge pull request #135 from 1Password/jill/validate-secret-reference
...
Add secret ref validation
2026-02-23 11:42:24 -05:00
Jill Regan
398c918d60
Fix format
2026-02-23 08:13:30 -05:00
Jill Regan
485265b41c
Upgrade actions toolkit
2026-02-22 12:50:32 -05:00
Jill Regan
dc90451a94
Apply code suggestions
2026-02-22 12:31: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
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
Bolaji Olajide
b91fef0861
move section to quoickstart
2025-12-22 16:33:55 +01:00
Bolaji Olajide
2d74546fd1
docs: add SSH key format parameter documentation
2025-12-21 05:41:19 +01:00
Volodymyr Zotov
8d0d610af1
Merge pull request #129 from 1Password/release/v3.1.0
...
Prepare release v3.1.0
v3.1.0
2025-12-16 13:06:48 -06:00