From 86f4311a9e418a47c287d0c6196124e710dbb3e6 Mon Sep 17 00:00:00 2001 From: Paige Niedringhaus Date: Fri, 3 May 2024 16:52:01 -0400 Subject: [PATCH] ci: test gh action token --- .github/workflows/publish-pypi.yml | 23 +--------------------- .github/workflows/publish-to-test-pypi.yml | 22 +-------------------- 2 files changed, 2 insertions(+), 43 deletions(-) diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index 2c51ffc..4c73866 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -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: diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index 847de15..e3d8bf7 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -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: