Skip to content

Commit

Permalink
ci: reference missing secret for release
Browse files Browse the repository at this point in the history
Add the missing secret reference (GH_TOKEN) to enable the posting of the
release on GitHub.
  • Loading branch information
clnsmth authored Jan 17, 2024
1 parent 12b777d commit e1c2966
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
run: poetry install

- name: Use Python Semantic Release to prepare release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config user.name github-actions
git config user.email [email protected]
Expand Down

0 comments on commit e1c2966

Please sign in to comment.