Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v6

- name: Install 1Password CLI
uses: 1password/install-cli-action@v2
uses: 1password/install-cli-action@v3

- name: Setup Terraform
uses: hashicorp/setup-terraform@v4
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- uses: actions/checkout@v6
- name: Install 1Password CLI
# we need op to be on the "deploying device, ie, the GH runner"
uses: 1password/install-cli-action@v2
uses: 1password/install-cli-action@v3
- name: Install and run molecule
env: # Or as an environment variable
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
Expand Down