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 6a0909f commit 86f4311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 43 deletions.
23 changes: 1 addition & 22 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,7 @@ jobs:
- name: Generate release changelog
uses: ardalanamini/auto-changelog@v4
id: changelog
with:
github-token: ${{ github.token }}
commit-types: |
breaking: Breaking Changes
feat: New Features
fix: Bug Fixes
revert: Reverts
perf: Performance Improvements
refactor: Refactors
deps: Dependencies
docs: Documentation Changes
style: Code Style Changes
build: Build System
ci: Continuous Integration
test: Tests
chore: Chores
other: Other Changes
default-commit-type: Other Changes
mention-authors: true
include-pr-links: true
use-github-autolink: true


- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
22 changes: 1 addition & 21 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,7 @@ jobs:
- name: Generate release changelog
uses: ardalanamini/auto-changelog@v4
id: changelog
with:
github-token: ${{ github.token }}
commit-types: |
breaking: Breaking Changes
feat: New Features
fix: Bug Fixes
revert: Reverts
perf: Performance Improvements
refactor: Refactors
deps: Dependencies
docs: Documentation Changes
style: Code Style Changes
build: Build System
ci: Continuous Integration
test: Tests
chore: Chores
other: Other Changes
default-commit-type: Other Changes
mention-authors: true
include-pr-links: true
use-github-autolink: true

- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 86f4311

Please sign in to comment.