Skip to content

Commit

Permalink
ci(autoupdate): setup token for gh cli
Browse files Browse the repository at this point in the history
  • Loading branch information
rlespinasse authored Oct 20, 2023
1 parent 7ad4f35 commit 3a4c880
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dependencies-autoupdate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: make autoupdate
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
shell: bash
- uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit 3a4c880

Please sign in to comment.