Skip to content

Commit

Permalink
add GH_TOKEN env var
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Jun 29, 2022
1 parent 31ecc82 commit b225d3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependabot-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
git commit -m "add CHANGELOG"
git push
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_URL: ${{ github.event.pull_request.html_url }}
PR_NUMBER: ${{ github.event.pull_request.number }}
DEP_NAME: ${{ steps.dependabot-metadata.outputs.dependency-names }}
Expand Down

0 comments on commit b225d3c

Please sign in to comment.