We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0552bd commit 35bc9f1Copy full SHA for 35bc9f1
.github/workflows/publish.yml
@@ -20,6 +20,7 @@ jobs:
20
PYPI_CREDENTIALS: ${{ secrets.PYPI_CREDENTIALS }}
21
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
22
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
23
+ CHANGELOG_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
steps:
25
- name: Checkout repository
26
uses: actions/checkout@v2
@@ -41,7 +42,6 @@ jobs:
41
42
- name: Generate Changelog
43
uses: heinrichreimer/github-changelog-generator-action@v2.2
44
with:
- token: ${{ secrets.GITHUB_TOKEN }}
45
issues: true
46
issuesWoLabels: true
47
pullRequests: true
0 commit comments