File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 - ubuntu-latest
99 steps :
1010 - id : agent_secrets
11- uses : hashicorp/vault-action@v2
11+ uses : hashicorp/vault-action@v4
1212 with :
1313 method : userpass
1414 password : ${{ secrets.VAULT_PASSWORD }}
Original file line number Diff line number Diff line change 44 - ubuntu-latest
55 steps :
66 - id : agent_secrets
7- uses : hashicorp/vault-action@v2
7+ uses : hashicorp/vault-action@v4
88 with :
99 method : userpass
1010 password : ${{ secrets.VAULT_PASSWORD }}
Original file line number Diff line number Diff line change 55 - ubuntu-latest
66 steps :
77 - id : gitea_secrets
8- uses : hashicorp/vault-action@v2
8+ uses : hashicorp/vault-action@v4
99 with :
1010 method : userpass
1111 password : ${{ secrets.VAULT_PASSWORD }}
Original file line number Diff line number Diff line change 88 - ubuntu-latest
99 steps :
1010 - id : agent_secrets
11- uses : hashicorp/vault-action@v2
11+ uses : hashicorp/vault-action@v4
1212 with :
1313 method : userpass
1414 password : ${{ secrets.VAULT_PASSWORD }}
1515 secrets : servc/data/iac/servc agent-auth-token | AGENT_TOKEN ;
1616 url : ${{ secrets.VAULT_ADDR }}
1717 username : ${{ secrets.VAULT_USERNAME }}
1818 - id : gitea_secrets
19- uses : hashicorp/vault-action@v2
19+ uses : hashicorp/vault-action@v4
2020 with :
2121 method : userpass
2222 password : ${{ secrets.VAULT_PASSWORD }}
You can’t perform that action at this time.
0 commit comments