Skip to content

Commit

Permalink
fix: minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
temiloluwa-babalola committed Nov 18, 2022
1 parent 7525cf6 commit 5bd5e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
pip install -r requirements.txt
- name: Use Python Semantic Release to prepare Release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
git config user.name github-actions
git config user.email [email protected]
Expand Down

0 comments on commit 5bd5e27

Please sign in to comment.