Skip to content

Commit

Permalink
fix secret
Browse files Browse the repository at this point in the history
  • Loading branch information
roumail committed Aug 2, 2024
1 parent 92900cb commit f7c003a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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 }}

0 comments on commit f7c003a

Please sign in to comment.