Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
needs: build-most
steps:
- name: Load 1password secret(s)
uses: 1password/load-secrets-action@v3
uses: 1password/load-secrets-action@v4
with:
export-env: true
env:
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
needs: [build-most, sign-windows, notarize-macos]
steps:
- name: Load 1password secret(s)
uses: 1password/load-secrets-action@v3
uses: 1password/load-secrets-action@v4
with:
export-env: true
env:
Expand Down Expand Up @@ -381,7 +381,7 @@ jobs:
needs: artifacts
steps:
- name: Load 1password secret(s)
uses: 1password/load-secrets-action@v3
uses: 1password/load-secrets-action@v4
with:
export-env: true
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push-tagged-dbimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
*) echo "multi_arch=true" >> $GITHUB_OUTPUT ;;
esac
- name: Load 1password secret(s)
uses: 1password/load-secrets-action@v3
uses: 1password/load-secrets-action@v4
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.owner.login == github.repository_owner }}
with:
export-env: true
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Load 1password secret(s)
uses: 1password/load-secrets-action@v3
uses: 1password/load-secrets-action@v4
with:
export-env: true
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push-tagged-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# for now, all images are multi-arch
echo "multi_arch=true" >> $GITHUB_OUTPUT
- name: Load 1password secret(s)
uses: 1password/load-secrets-action@v3
uses: 1password/load-secrets-action@v4
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.owner.login == github.repository_owner }}
with:
export-env: true
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
if: ${{ needs.build-and-push.outputs.multi_arch == 'true' }}
steps:
- name: Load 1password secret(s)
uses: 1password/load-secrets-action@v3
uses: 1password/load-secrets-action@v4
with:
export-env: true
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
# 1password secrets are not available on forked PRs and some other PRs
- name: Load 1password secret(s) magento2 etc if available
if: ${{ env.OP_SERVICE_ACCOUNT_TOKEN != '' }}
uses: 1password/load-secrets-action@v3
uses: 1password/load-secrets-action@v4
with:
export-env: true
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:

- name: Load 1password secret(s) for pull-push-providers
if: ${{ inputs.pull_push_providers == 'true' && env.OP_SERVICE_ACCOUNT_TOKEN != '' }}
uses: 1password/load-secrets-action@v3
uses: 1password/load-secrets-action@v4
with:
export-env: true
env:
Expand Down
Loading