Skip to content

Commit 37e2c9c

Browse files
author
Scott Sanderson
committed
BUG: Add github token to release drafter.
1 parent f1608dc commit 37e2c9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/master-merge.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ jobs:
1313
- uses: release-drafter/release-drafter@v5
1414
with:
1515
config-name: release-drafter-config.yml
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)