Skip to content

Commit 35bc9f1

Browse files
committed
wip
1 parent b0552bd commit 35bc9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
PYPI_CREDENTIALS: ${{ secrets.PYPI_CREDENTIALS }}
2121
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
2222
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
23+
CHANGELOG_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2324
steps:
2425
- name: Checkout repository
2526
uses: actions/checkout@v2
@@ -41,7 +42,6 @@ jobs:
4142
- name: Generate Changelog
4243
uses: heinrichreimer/github-changelog-generator-action@v2.2
4344
with:
44-
token: ${{ secrets.GITHUB_TOKEN }}
4545
issues: true
4646
issuesWoLabels: true
4747
pullRequests: true

0 commit comments

Comments
 (0)