Skip to content

Commit

Permalink
fix: change to GITHUB_TOKEN in release-drafter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng authored Feb 4, 2024
1 parent bb0610e commit 1bb87db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into the default branch
# Draft your next Release notes as Pull Requests are merged into the default branch
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.CPP_LINTER_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1bb87db

Please sign in to comment.