Skip to content

Commit

Permalink
Updated 1Password plugin to 2.0.0
Browse files Browse the repository at this point in the history
... to silence GitHub's warning about NodeJS 16 being deprecated.
  • Loading branch information
fredericsimard authored Jul 20, 2024
1 parent 6ac012c commit 6a1090c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust_crate_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2

- name: Load secrets from 1Password
uses: 1password/load-secrets-action@v1.3.1
uses: 1password/load-secrets-action@v2.0.0
with:
export-env: true # Export loaded secrets as environment variables
env:
Expand All @@ -30,4 +30,4 @@ jobs:
env:
CARGO_REGISTRY_TOKEN: ${{ env.CARGO_REGISTRY_TOKEN }}
run: cargo publish --token $CARGO_REGISTRY_TOKEN


0 comments on commit 6a1090c

Please sign in to comment.