Skip to content

Commit 6a1090c

Browse files
Updated 1Password plugin to 2.0.0
... to silence GitHub's warning about NodeJS 16 being deprecated.
1 parent 6ac012c commit 6a1090c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust_crate_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v2
2020

2121
- name: Load secrets from 1Password
22-
uses: 1password/load-secrets-action@v1.3.1
22+
uses: 1password/load-secrets-action@v2.0.0
2323
with:
2424
export-env: true # Export loaded secrets as environment variables
2525
env:
@@ -30,4 +30,4 @@ jobs:
3030
env:
3131
CARGO_REGISTRY_TOKEN: ${{ env.CARGO_REGISTRY_TOKEN }}
3232
run: cargo publish --token $CARGO_REGISTRY_TOKEN
33-
33+

0 commit comments

Comments
 (0)