Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfy76700 committed Mar 16, 2024
1 parent 7468de9 commit 83984c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
generate_doc:
name: Generate the documentation from the JSON Schemas
runs-on: ${{ matrix.os }}
env:
GH_TOKEN: ${{ github.token }}
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -64,8 +66,6 @@ jobs:
branch: merge/${{ github.run_id }}
- name: Merge Pull Request
uses: peter-evans/enable-pull-request-automerge@v3
env:
GH_TOKEN: ${{ github.token }}
with:
token: ${{ secrets.PAT }}
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}

0 comments on commit 83984c2

Please sign in to comment.