Skip to content

Commit

Permalink
fix: Adds env list to deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christopheralex authored Jan 29, 2022
1 parent 521a2d7 commit 6aadb64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:

# Use PSR to make release
- name: Python Semantic Release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip install python-semantic-release
git config user.name github-actions
Expand Down

0 comments on commit 6aadb64

Please sign in to comment.