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 3e791fb commit 73350bdCopy full SHA for 73350bd
.github/workflows/python-app.yml
@@ -26,13 +26,13 @@ jobs:
26
id: changelog
27
uses: TriPSs/[email protected]
28
with:
29
- github-token: ${{ secrets.CHANGELOG_RELEASE }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
30
31
- name: Create Release
32
uses: actions/create-release@v1
33
if: ${{ steps.changelog.outputs.skipped == 'false' }}
34
env:
35
- GITHUB_TOKEN: ${{ secrets.CHANGELOG_RELEASE }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
37
tag_name: ${{ steps.changelog.outputs.tag }}
38
release_name: ${{ steps.changelog.outputs.tag }}
0 commit comments