We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395770c commit 5157b23Copy full SHA for 5157b23
1 file changed
.github/workflows/autodev.yaml
@@ -8,9 +8,9 @@ on:
8
9
jobs:
10
autodev:
11
- uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v1.14.0
+ uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v2.8.0
12
with:
13
- base: main
14
comments: true
15
secrets:
16
- token: ${{ secrets.DEV_PUSH_TOKEN }}
+ app_id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }}
+ private_key: ${{ secrets.STAFFBASE_ACTIONS_PRIVATE_KEY }}
0 commit comments