We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 395770c + 1c023bf commit 99926bdCopy full SHA for 99926bd
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@dont-check-private-key
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