|
|
|
@ -24,7 +24,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
- name: Retrieve secrets |
|
|
|
- name: Retrieve secrets |
|
|
|
id: retrieve-secrets |
|
|
|
id: retrieve-secrets |
|
|
|
uses: bitwarden/gh-actions/get-keyvault-secrets@ba6a77541fa0732735408d10f3ca1e122221201d |
|
|
|
uses: bitwarden/gh-actions/get-keyvault-secrets@main |
|
|
|
with: |
|
|
|
with: |
|
|
|
keyvault: "bitwarden-ci" |
|
|
|
keyvault: "bitwarden-ci" |
|
|
|
secrets: "github-gpg-private-key, github-gpg-private-key-passphrase" |
|
|
|
secrets: "github-gpg-private-key, github-gpg-private-key-passphrase" |
|
|
|
@ -48,7 +48,7 @@ jobs: |
|
|
|
ref: version_bump_${{ github.event.inputs.version_number }} |
|
|
|
ref: version_bump_${{ github.event.inputs.version_number }} |
|
|
|
|
|
|
|
|
|
|
|
- name: Bump Version - csproj |
|
|
|
- name: Bump Version - csproj |
|
|
|
uses: bitwarden/gh-actions/version-bump@ba6a77541fa0732735408d10f3ca1e122221201d |
|
|
|
uses: bitwarden/gh-actions/version-bump@main |
|
|
|
with: |
|
|
|
with: |
|
|
|
version: ${{ github.event.inputs.version_number }} |
|
|
|
version: ${{ github.event.inputs.version_number }} |
|
|
|
file_path: "./src/KeyConnector/KeyConnector.csproj" |
|
|
|
file_path: "./src/KeyConnector/KeyConnector.csproj" |
|
|
|
|