|
|
|
@ -24,7 +24,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
- name: Retrieve secrets |
|
|
|
- name: Retrieve secrets |
|
|
|
id: retrieve-secrets |
|
|
|
id: retrieve-secrets |
|
|
|
uses: bitwarden/gh-actions/get-keyvault-secrets@f1125802b1ccae8c601d7c4f61ce39ea254b10c8 |
|
|
|
uses: bitwarden/gh-actions/get-keyvault-secrets@c970b0fb89bd966749280e832928db62040812bf |
|
|
|
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@f1125802b1ccae8c601d7c4f61ce39ea254b10c8 |
|
|
|
uses: bitwarden/gh-actions/version-bump@c970b0fb89bd966749280e832928db62040812bf |
|
|
|
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" |
|
|
|
|