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

Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2025

This PR contains the following updates:

Package Type Update Change
1Password/load-secrets-action action major v2.0.0 -> v3.0.0

Release Notes

1Password/load-secrets-action (1Password/load-secrets-action)

v3.0.0

Compare Source

What's Changed
🔴 Breaking change
  • Set export-env input to false by default by @​volodymyrZotov in #​114
    If you want export secrets as env variables you should update your workflows and explicitly set export-env: true aka
      - name: Load secret
        uses: 1password/load-secrets-action@v3
        with:

##### Export loaded secrets as environment variables
          export-env: true
        env:
          OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
          SECRET: op://app-cicd/hello-world/secret

      - name: Print masked secret
        run: 'echo "Secret: $SECRET"'

##### Prints: Secret: ***
🚀 Features
🔒 Security

Full Changelog: 1Password/load-secrets-action@v2...v3.0.0


Configuration

📅 Schedule: Branch creation - "on the first day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Sep 2, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

2 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
unlock-airdrops Ignored Ignored Preview Sep 13, 2025 1:11am
unlock-storybook Ignored Ignored Preview Sep 13, 2025 1:11am

@cla-bot cla-bot bot added the cla-signed label Sep 2, 2025
@renovate renovate bot force-pushed the renovate/1password-load-secrets-action-3.x branch 5 times, most recently from 0a8df20 to 4416d84 Compare September 10, 2025 18:28
@renovate renovate bot force-pushed the renovate/1password-load-secrets-action-3.x branch from 4416d84 to 24a0d79 Compare September 13, 2025 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants