Skip to content

Commit 0248d2f

Browse files
use token to invoke next workflow.
1 parent 88c8b63 commit 0248d2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-drafter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ jobs:
2626
uses: benc-uk/workflow-dispatch@v1
2727
with:
2828
workflow: post-release.yml
29+
env:
30+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)