From 1ac1df3fc56805ffd85dbab7d14f49884f073ee2 Mon Sep 17 00:00:00 2001 From: apoclyps Date: Wed, 15 Nov 2023 16:00:02 +0000 Subject: [PATCH] fix: ensures token is supplied to release action workflow --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6fe9ba3..3b4c819 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,10 +14,9 @@ jobs: - name: release id: release uses: google-github-actions/release-please-action@v3.7.13 - env: - GITHUB_TOKEN: ${{ secrets.RELEASE_ACTION_TOKEN }} with: # https://github.com/google-github-actions/release-please-action#configuration + token: ${{ secrets.RELEASE_ACTION_TOKEN }} release-type: python package-name: python-package-publish changelog-types: >