Skip to content

Commit

Permalink
ci(workflows): update secrets name
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Apr 7, 2023
1 parent f63ab31 commit e80300f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Requires GitHub secrets
# - GITHUB_TOKEN
# - GH_TOKEN
# - PYPI_TOKEN

name: CD
Expand All @@ -13,8 +13,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
steps:
- name: Checkout repository
id: checkout-repository
Expand Down

0 comments on commit e80300f

Please sign in to comment.