Skip to content

Commit

Permalink
Replace DEV_PUSH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
timdittler committed Sep 19, 2023
1 parent 395770c commit 5157b23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/autodev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ 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.8.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 5157b23

Please sign in to comment.