Merge pull request #620 from vbrandl/feature/rerun-workflows
Use custom token to trigger reruns
This commit is contained in:
commit
e7cf23c625
2
.github/workflows/dependabot-changelog.yml
vendored
2
.github/workflows/dependabot-changelog.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.ACTION_TOKEN }}
|
||||||
- uses: dangoslen/dependabot-changelog-helper@v3
|
- uses: dangoslen/dependabot-changelog-helper@v3
|
||||||
with:
|
with:
|
||||||
activationLabel: 'dependabot'
|
activationLabel: 'dependabot'
|
||||||
|
Loading…
Reference in New Issue
Block a user