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 f564228 commit 55500fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
scripts/api-gen.sh
- 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 Down Expand Up @@ -149,4 +149,4 @@ jobs:
name: integration-tests-results
path: |
integration-tests/src/integration_tests_log.html
integration-tests/src/datasets_validation.csv
integration-tests/src/datasets_validation.csv

0 comments on commit 55500fd

Please sign in to comment.