Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_heroku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
shell: bash
id: check_changes
- name: Load secrets from 1Password
uses: 1Password/load-secrets-action@v2.0.0
uses: 1Password/load-secrets-action@v3.0.0
with:
export-env: true
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_subgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Prepare the network files
run: yarn workspace @unlock-protocol/subgraph prepare
- name: Load secrets from 1Password
uses: 1Password/load-secrets-action@v2.0.0
uses: 1Password/load-secrets-action@v3.0.0
with:
export-env: true
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
fetch-depth: 0
- name: Load secrets from 1Password
uses: 1Password/load-secrets-action@v2.0.0
uses: 1Password/load-secrets-action@v3.0.0
with:
export-env: true
env:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- name: Load secrets from 1Password
uses: 1Password/load-secrets-action@v2.0.0
uses: 1Password/load-secrets-action@v3.0.0
with:
# Export loaded secrets as environment variables
export-env: true
Expand All @@ -42,7 +42,7 @@ jobs:
with:
fetch-depth: 0
- name: Load secrets from 1Password
uses: 1Password/load-secrets-action@v2.0.0
uses: 1Password/load-secrets-action@v3.0.0
with:
# Export loaded secrets as environment variables
export-env: true
Expand All @@ -69,7 +69,7 @@ jobs:
with:
fetch-depth: 0
- name: Load secrets from 1Password
uses: 1Password/load-secrets-action@v2.0.0
uses: 1Password/load-secrets-action@v3.0.0
with:
export-env: true
env:
Expand All @@ -91,7 +91,7 @@ jobs:
with:
fetch-depth: 0
- name: Load secrets from 1Password
uses: 1Password/load-secrets-action@v2.0.0
uses: 1Password/load-secrets-action@v3.0.0
with:
export-env: true
env:
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
with:
fetch-depth: 0
- name: Load secrets from 1Password
uses: 1Password/load-secrets-action@v2.0.0
uses: 1Password/load-secrets-action@v3.0.0
with:
export-env: true
env:
Expand All @@ -152,7 +152,7 @@ jobs:
with:
fetch-depth: 0
- name: Load secrets from 1Password
uses: 1Password/load-secrets-action@v2.0.0
uses: 1Password/load-secrets-action@v3.0.0
with:
export-env: true
env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
fetch-depth: 0
- name: Load secrets from 1Password
uses: 1Password/load-secrets-action@v2.0.0
uses: 1Password/load-secrets-action@v3.0.0
with:
# Export loaded secrets as environment variables
export-env: true
Expand All @@ -44,7 +44,7 @@ jobs:
with:
fetch-depth: 0
- name: Load secrets from 1Password
uses: 1Password/load-secrets-action@v2.0.0
uses: 1Password/load-secrets-action@v3.0.0
with:
# Export loaded secrets as environment variables
export-env: true
Expand All @@ -69,7 +69,7 @@ jobs:
with:
fetch-depth: 0
- name: Load secrets from 1Password
uses: 1Password/load-secrets-action@v2.0.0
uses: 1Password/load-secrets-action@v3.0.0
with:
export-env: true
env:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
with:
fetch-depth: 0
- name: Load secrets from 1Password
uses: 1Password/load-secrets-action@v2.0.0
uses: 1Password/load-secrets-action@v3.0.0
with:
export-env: true
env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
fetch-depth: 0
- name: Load secrets from 1Password
uses: 1Password/load-secrets-action@v2.0.0
uses: 1Password/load-secrets-action@v3.0.0
with:
export-env: true
env:
Expand All @@ -79,7 +79,7 @@ jobs:
with:
fetch-depth: 0
- name: Load secrets from 1Password
uses: 1Password/load-secrets-action@v2.0.0
uses: 1Password/load-secrets-action@v3.0.0
with:
export-env: true
env:
Expand All @@ -103,7 +103,7 @@ jobs:
with:
fetch-depth: 0
- name: Load secrets from 1Password
uses: 1Password/load-secrets-action@v2.0.0
uses: 1Password/load-secrets-action@v3.0.0
with:
export-env: true
env:
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
with:
fetch-depth: 0
- name: Load secrets from 1Password
uses: 1Password/load-secrets-action@v2.0.0
uses: 1Password/load-secrets-action@v3.0.0
with:
export-env: true
env:
Expand Down
Loading