File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535
3636 - name : Load secret
3737 id : load_secrets
38- uses : 1password/load-secrets-action@v3
38+ uses : 1password/load-secrets-action@v4
3939 env :
4040 OP_SERVICE_ACCOUNT_TOKEN : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
4141 SECRET : op://app-cicd/hello-world/secret
5757 - uses : actions/checkout@v4
5858
5959 - name : Load secret
60- uses : 1password/load-secrets-action@v3
60+ uses : 1password/load-secrets-action@v4
6161 with :
6262 # Export loaded secrets as environment variables
6363 export-env : true
@@ -77,7 +77,7 @@ When loading SSH keys, you can specify the format using the `ssh-format` query p
7777
7878``` yml
7979- name : Load SSH key
80- uses : 1password/load-secrets-action@v3
80+ uses : 1password/load-secrets-action@v4
8181 env :
8282 OP_SERVICE_ACCOUNT_TOKEN : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
8383 # Load SSH private key in OpenSSH format
You can’t perform that action at this time.
0 commit comments