Skip to content

Commit 5157b23

Browse files
committed
Replace DEV_PUSH_TOKEN
1 parent 395770c commit 5157b23

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/autodev.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88

99
jobs:
1010
autodev:
11-
uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v1.14.0
11+
uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v2.8.0
1212
with:
13-
base: main
1413
comments: true
1514
secrets:
16-
token: ${{ secrets.DEV_PUSH_TOKEN }}
15+
app_id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }}
16+
private_key: ${{ secrets.STAFFBASE_ACTIONS_PRIVATE_KEY }}

0 commit comments

Comments
 (0)