|
|
|
|
@ -152,6 +152,8 @@ jobs:
@@ -152,6 +152,8 @@ jobs:
|
|
|
|
|
with: |
|
|
|
|
app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }} |
|
|
|
|
private-key: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-KEY }} |
|
|
|
|
permission-actions: read # for downloading workflow run artifacts |
|
|
|
|
permission-contents: read # for checking out repos |
|
|
|
|
|
|
|
|
|
- name: Checkout server repo |
|
|
|
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
|
|
|
|
|