Skip to content

Commit 67e1845

Browse files
authored
fix: change to GITHUB_TOKEN in release-drafter.yml (#188)
1 parent bb0610e commit 67e1845

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)