Skip to content

Commit 8ddedda

Browse files
authored
fix: update release-drafter.yml to fix typo
1 parent 1e39560 commit 8ddedda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
# Drafts your next Release notes as Pull Requests are merged into the default branch
1414
- uses: release-drafter/release-drafter@v6
1515
env:
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOEKEN }}
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)