Skip to content

Commit

Permalink
add GITHUB_TOKEN to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Jun 22, 2022
1 parent 3b35077 commit 543001f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -6,6 +6,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
run: |
Expand Down

0 comments on commit 543001f

Please sign in to comment.