Skip to content

Commit cfa4e0b

Browse files
committed
chore: test old approach
1 parent 8ee73a6 commit cfa4e0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/old-pr-preview.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
steps:
1515
- name: Generate GitHub App Token
1616
id: app-token
17-
uses: actions/create-github-app-token@v1
17+
uses: actions/create-github-app-token@v2
1818
with:
1919
app-id: ${{ secrets.GARDENER_GITHUB_WORKFLOW_PKG_MNGR_APP_ID }}
2020
private-key: ${{ secrets.GARDENER_GITHUB_WORKFLOW_PKG_MNGR_APP_PRIVATE_KEY }}
2121

2222
- name: Trigger Preview Build
2323
id: trigger
24-
uses: actions/github-script@v7
24+
uses: actions/github-script@v8
2525
with:
2626
github-token: ${{ steps.app-token.outputs.token }}
2727
script: |
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Monitor Workflow Run
7474
if: steps.trigger.outputs.run_id && github.event.action != 'closed'
75-
uses: actions/github-script@v7
75+
uses: actions/github-script@v8
7676
with:
7777
github-token: ${{ steps.app-token.outputs.token }}
7878
script: |

0 commit comments

Comments
 (0)