Skip to content

Commit 6537185

Browse files
authored
change token to GITHUB_TOKEN for release drafter (#26)
1 parent f425da9 commit 6537185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-drafter.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
update_release_draft:
1111
runs-on: ubuntu-latest
1212
steps:
13-
# Drafts your next Release notes as Pull Requests are merged into the default branch
13+
# Draft your next Release notes as Pull Requests are merged into the default branch
1414
- uses: release-drafter/release-drafter@v5
1515
env:
16-
GITHUB_TOKEN: ${{ secrets.CPP_LINTER_TOKEN }}
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)