From 6a0909f5be908a8a09053cc7f60aeea664620d56 Mon Sep 17 00:00:00 2001 From: Paige Niedringhaus Date: Fri, 3 May 2024 16:39:55 -0400 Subject: [PATCH] ci: test gh action token --- .github/workflows/publish-pypi.yml | 2 +- .github/workflows/publish-to-test-pypi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index c977e6d..2c51ffc 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -25,7 +25,7 @@ jobs: uses: ardalanamini/auto-changelog@v4 id: changelog with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ github.token }} commit-types: | breaking: Breaking Changes feat: New Features diff --git a/.github/workflows/publish-to-test-pypi.yml b/.github/workflows/publish-to-test-pypi.yml index c4ed2f0..847de15 100644 --- a/.github/workflows/publish-to-test-pypi.yml +++ b/.github/workflows/publish-to-test-pypi.yml @@ -22,7 +22,7 @@ jobs: uses: ardalanamini/auto-changelog@v4 id: changelog with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ github.token }} commit-types: | breaking: Breaking Changes feat: New Features