|
|
|
|
@ -66,7 +66,7 @@ jobs:
|
|
|
|
|
runs-on: ubuntu-24.04
|
|
|
|
|
steps:
|
|
|
|
|
- name: Generate GH App token
|
|
|
|
|
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
|
|
|
|
|
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
|
|
|
|
|
id: app-token
|
|
|
|
|
with:
|
|
|
|
|
app-id: ${{ secrets.BW_GHAPP_ID }}
|
|
|
|
|
@ -115,7 +115,7 @@ jobs:
|
|
|
|
|
version: ${{ inputs.version_number_override }}
|
|
|
|
|
|
|
|
|
|
- name: Generate GH App token
|
|
|
|
|
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
|
|
|
|
|
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
|
|
|
|
|
id: app-token
|
|
|
|
|
with:
|
|
|
|
|
app-id: ${{ secrets.BW_GHAPP_ID }}
|
|
|
|
|
@ -452,7 +452,7 @@ jobs:
|
|
|
|
|
- setup
|
|
|
|
|
steps:
|
|
|
|
|
- name: Generate GH App token
|
|
|
|
|
uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
|
|
|
|
|
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0
|
|
|
|
|
id: app-token
|
|
|
|
|
with:
|
|
|
|
|
app-id: ${{ secrets.BW_GHAPP_ID }}
|
|
|
|
|
|