From 6c7eba6d874f1990a3da11143365051006b42a8e Mon Sep 17 00:00:00 2001 From: Matthias Tietz Date: Wed, 23 Aug 2023 11:49:44 +0200 Subject: [PATCH] update auto dev auth --- .github/workflows/autodev.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autodev.yaml b/.github/workflows/autodev.yaml index 4af2dd9..e9fc52e 100644 --- a/.github/workflows/autodev.yaml +++ b/.github/workflows/autodev.yaml @@ -8,9 +8,10 @@ on: jobs: autodev: - uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v1.14.0 + uses: Staffbase/gha-workflows/.github/workflows/template_autodev.yml@v2.6.0 with: base: main comments: true secrets: - token: ${{ secrets.DEV_PUSH_TOKEN }} \ No newline at end of file + app_id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }} + private_key: ${{ secrets.STAFFBASE_ACTIONS_PRIVATE_KEY }} \ No newline at end of file