Skip to content

Commit

Permalink
update auto dev auth
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiastz authored Aug 23, 2023
1 parent 395770c commit 6c7eba6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/autodev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
app_id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }}
private_key: ${{ secrets.STAFFBASE_ACTIONS_PRIVATE_KEY }}

0 comments on commit 6c7eba6

Please sign in to comment.