Skip to content

Commit

Permalink
ci: Add missing GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
dblanchette committed May 3, 2024
1 parent 98fa390 commit 499f617
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Release
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PYPI_USERNAME: 'coveo'
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
run: npx semantic-release

0 comments on commit 499f617

Please sign in to comment.