|
|
|
@ -15,10 +15,10 @@ jobs: |
|
|
|
runs-on: ubuntu-20.04 |
|
|
|
runs-on: ubuntu-20.04 |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Checkout Branch |
|
|
|
- name: Checkout Branch |
|
|
|
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 |
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 |
|
|
|
|
|
|
|
|
|
|
|
- name: Login to Azure - Prod Subscription |
|
|
|
- name: Login to Azure - Prod Subscription |
|
|
|
uses: Azure/login@1f63701bf3e6892515f1b7ce2d2bf1708b46beaf |
|
|
|
uses: Azure/login@1f63701bf3e6892515f1b7ce2d2bf1708b46beaf # v1.4.3 |
|
|
|
with: |
|
|
|
with: |
|
|
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }} |
|
|
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }} |
|
|
|
|
|
|
|
|
|
|
|
@ -30,7 +30,7 @@ jobs: |
|
|
|
secrets: "github-gpg-private-key, github-gpg-private-key-passphrase" |
|
|
|
secrets: "github-gpg-private-key, github-gpg-private-key-passphrase" |
|
|
|
|
|
|
|
|
|
|
|
- name: Import GPG key |
|
|
|
- name: Import GPG key |
|
|
|
uses: crazy-max/ghaction-import-gpg@c8bb57c57e8df1be8c73ff3d59deab1dbc00e0d1 |
|
|
|
uses: crazy-max/ghaction-import-gpg@111c56156bcc6918c056dbef52164cfa583dc549 # v5.2.0 |
|
|
|
with: |
|
|
|
with: |
|
|
|
gpg_private_key: ${{ steps.retrieve-secrets.outputs.github-gpg-private-key }} |
|
|
|
gpg_private_key: ${{ steps.retrieve-secrets.outputs.github-gpg-private-key }} |
|
|
|
passphrase: ${{ steps.retrieve-secrets.outputs.github-gpg-private-key-passphrase }} |
|
|
|
passphrase: ${{ steps.retrieve-secrets.outputs.github-gpg-private-key-passphrase }} |
|
|
|
@ -43,7 +43,7 @@ jobs: |
|
|
|
git push -u origin version_bump_${{ github.event.inputs.version_number }} |
|
|
|
git push -u origin version_bump_${{ github.event.inputs.version_number }} |
|
|
|
|
|
|
|
|
|
|
|
- name: Checkout Version Branch |
|
|
|
- name: Checkout Version Branch |
|
|
|
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 |
|
|
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
ref: version_bump_${{ github.event.inputs.version_number }} |
|
|
|
ref: version_bump_${{ github.event.inputs.version_number }} |
|
|
|
|
|
|
|
|
|
|
|
|