Skip to content

Commit 7d52d5b

Browse files
chore(deps): update 1password/load-secrets-action action to v3 (#657)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [1password/load-secrets-action](https://redirect.github.com/1password/load-secrets-action) | action | major | `v2` -> `v3` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/1password/load-secrets-action/badge)](https://securityscorecards.dev/viewer/?uri=github.com/1password/load-secrets-action) | --- ### Release Notes <details> <summary>1password/load-secrets-action (1password/load-secrets-action)</summary> ### [`v3`](https://redirect.github.com/1password/load-secrets-action/compare/v2...v3) [Compare Source](https://redirect.github.com/1password/load-secrets-action/compare/v2...v3) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/docs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuMTQzLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Oleksandr Hrab <oleksandr@settlemint.com>
1 parent 8a9aecc commit 7d52d5b

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.github/workflows/qa.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,15 @@ jobs:
6060
fetch-depth: 0
6161

6262
- name: Setup 1Password
63-
uses: 1password/load-secrets-action/configure@v2
63+
uses: 1password/load-secrets-action/configure@v3
6464
with:
6565
service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
6666

6767
- name: Load all secrets
6868
id: secrets
69-
uses: 1password/load-secrets-action@v2
69+
uses: 1password/load-secrets-action@v3
70+
with:
71+
export-env: true
7072
env:
7173
SLACK_BOT_TOKEN: op://platform/slack-bot/SLACK_BOT_TOKEN
7274
SLACK_CHANNEL_ID: op://platform/slack-bot/SLACK_CHANNEL_ID
@@ -167,8 +169,7 @@ jobs:
167169
uses: settlemint/asset-tokenization-kit/.github/actions/build-status-labeler@main
168170
with:
169171
pr_number: ${{ github.event.pull_request.number }}
170-
workflow_status:
171-
${{ steps.qa-tests.outcome == 'success' && 'success' || 'failure' }}
172+
workflow_status: ${{ steps.qa-tests.outcome == 'success' && 'success' || 'failure' }}
172173

173174
# Skip redundant notification - handled by consolidated step at the end
174175

@@ -232,8 +233,7 @@ jobs:
232233
with:
233234
pr_number: ${{ github.event.pull_request.number }}
234235
is_draft: ${{ github.event.pull_request.draft }}
235-
has_approval:
236-
${{ steps.pr-review-check.outputs.has_approval == 'true' }}
236+
has_approval: ${{ steps.pr-review-check.outputs.has_approval == 'true' }}
237237
qa_status: ${{ steps.pr-review-check.outputs.qa_status }}
238238

239239
# Consolidated Slack notification - updates existing message or creates one if needed
@@ -264,8 +264,7 @@ jobs:
264264
pr_number: ${{ github.event.pull_request.number }}
265265
pr_author: ${{ github.event.pull_request.user.login }}
266266
pr_author_type: ${{ github.event.pull_request.user.type }}
267-
has_approval:
268-
${{ steps.pr-review-check.outputs.has_approval == 'true' }}
267+
has_approval: ${{ steps.pr-review-check.outputs.has_approval == 'true' }}
269268
qa_status: ${{ steps.pr-review-check.outputs.qa_status }}
270269
is_draft: ${{ github.event.pull_request.draft }}
271270
merge_method: "squash"
@@ -292,12 +291,12 @@ jobs:
292291
fetch-depth: ${{ github.event_name == 'push' && 2 || 0 }}
293292

294293
- name: Setup 1Password
295-
uses: 1password/load-secrets-action/configure@v2
294+
uses: 1password/load-secrets-action/configure@v3
296295
with:
297296
service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
298297

299298
- name: Load Slack secrets
300-
uses: 1password/load-secrets-action@v2
299+
uses: 1password/load-secrets-action@v3
301300
env:
302301
SLACK_BOT_TOKEN: op://platform/slack-bot/SLACK_BOT_TOKEN
303302
SLACK_CHANNEL_ID: op://platform/slack-bot/SLACK_CHANNEL_ID
@@ -344,12 +343,12 @@ jobs:
344343
fetch-depth: ${{ github.event_name == 'push' && 2 || 0 }}
345344

346345
- name: Setup 1Password
347-
uses: 1password/load-secrets-action/configure@v2
346+
uses: 1password/load-secrets-action/configure@v3
348347
with:
349348
service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
350349

351350
- name: Load Slack secrets
352-
uses: 1password/load-secrets-action@v2
351+
uses: 1password/load-secrets-action@v3
353352
env:
354353
SLACK_BOT_TOKEN: op://platform/slack-bot/SLACK_BOT_TOKEN
355354
SLACK_CHANNEL_ID: op://platform/slack-bot/SLACK_CHANNEL_ID

0 commit comments

Comments
 (0)