Skip to content

Commit

Permalink
Updated 1PW Action to 2.0
Browse files Browse the repository at this point in the history
... to silence warnings about NodeJS 16 being deprecated.
  • Loading branch information
fredericsimard committed Jun 21, 2024
1 parent ed6e49f commit 89dca26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: yarn

- 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 @@ -78,4 +78,4 @@ jobs:
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ env.NODE_AUTH_TOKEN }}


0 comments on commit 89dca26

Please sign in to comment.