|
|
|
@ -3,6 +3,8 @@ name: Update Versions |
|
|
|
on: |
|
|
|
on: |
|
|
|
workflow_dispatch: |
|
|
|
workflow_dispatch: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
permissions: {} |
|
|
|
|
|
|
|
|
|
|
|
jobs: |
|
|
|
jobs: |
|
|
|
setup: |
|
|
|
setup: |
|
|
|
name: Setup |
|
|
|
name: Setup |
|
|
|
@ -101,7 +103,6 @@ jobs: |
|
|
|
runs-on: ubuntu-24.04 |
|
|
|
runs-on: ubuntu-24.04 |
|
|
|
needs: setup |
|
|
|
needs: setup |
|
|
|
permissions: |
|
|
|
permissions: |
|
|
|
contents: write |
|
|
|
|
|
|
|
id-token: write |
|
|
|
id-token: write |
|
|
|
steps: |
|
|
|
steps: |
|
|
|
- name: Log in to Azure |
|
|
|
- name: Log in to Azure |
|
|
|
@ -127,6 +128,8 @@ jobs: |
|
|
|
with: |
|
|
|
with: |
|
|
|
app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }} |
|
|
|
app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }} |
|
|
|
private-key: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-KEY }} |
|
|
|
private-key: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-KEY }} |
|
|
|
|
|
|
|
permission-contents: write |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Checkout Branch |
|
|
|
- name: Checkout Branch |
|
|
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
|
|
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
|
|
|
|