Skip to content

Commit

Permalink
ci: test gh action token
Browse files Browse the repository at this point in the history
  • Loading branch information
paigen11 committed May 3, 2024
1 parent b17bd8f commit 88fd7d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: ardalanamini/auto-changelog@v4
id: changelog
with:
token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
commit-types: |
breaking: Breaking Changes
feat: New Features
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: ardalanamini/auto-changelog@v4
id: changelog
with:
token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
commit-types: |
breaking: Breaking Changes
feat: New Features
Expand Down

0 comments on commit 88fd7d8

Please sign in to comment.