From f7c003a3ad096a81aaf3c01f5b0ec63df0945697 Mon Sep 17 00:00:00 2001 From: Rohail Taimour Date: Sat, 3 Aug 2024 00:54:12 +0500 Subject: [PATCH] fix secret --- .github/workflows/release-package.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-package.yaml b/.github/workflows/release-package.yaml index 2257f85..9493821 100644 --- a/.github/workflows/release-package.yaml +++ b/.github/workflows/release-package.yaml @@ -26,6 +26,7 @@ jobs: pip install poetry poetry install + # TODO: Add a better way to determine type of version change - name: Determine Bump Type id: bump_type run: | @@ -52,5 +53,5 @@ jobs: tag: v${{ env.PACKAGE_VERSION }} artifacts: "dist/*.tar.gz" bodyFile: CHANGELOG.md - token: ${{ secrets.GH_PAT }} + token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file