File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 git add .
6363 git commit -a --allow-empty-message -m ""
6464
65- - uses : ad-m/github-push-action@v1.1 .0
65+ - uses : ad-m/github-push-action@v1.3 .0
6666 with :
6767 github_token : ${{ secrets.GITHUB_TOKEN }}
6868 branch : Current
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
2222 steps :
2323 - uses : dependabot/fetch-metadata@v3.1.0
2424 with :
25- github-token : " ${{ secrets.DEPENDABOT_TOKEN }}"
25+ github-token : " ${{ secrets.GITHUB_TOKEN }}"
2626
2727 - run : gh pr review --approve "$PR_URL"
2828 env :
2929 PR_URL : ${{github.event.pull_request.html_url}}
30- GITHUB_TOKEN : ${{secrets.DEPENDABOT_TOKEN }}
30+ GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN }}
3131
3232 Merge :
3333 runs-on : ubuntu-latest
4040 steps :
4141 - uses : dependabot/fetch-metadata@v3.1.0
4242 with :
43- github-token : " ${{ secrets.DEPENDABOT_TOKEN }}"
43+ github-token : " ${{ secrets.GITHUB_TOKEN }}"
4444
4545 - run : gh pr merge --auto --merge "$PR_URL"
4646 env :
4747 PR_URL : ${{github.event.pull_request.html_url}}
48- GITHUB_TOKEN : ${{secrets.DEPENDABOT_TOKEN }}
48+ GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments