Skip to content

Commit

Permalink
ci: add token for release
Browse files Browse the repository at this point in the history
  • Loading branch information
daneisburgh committed Dec 6, 2023
1 parent d572906 commit c3bea0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
run: mypy --install-types --non-interactive .
- name: Create release
if: github.ref == 'refs/heads/main'
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: semantic-release version --changelog --commit --push --vcs-release --skip-build

0 comments on commit c3bea0e

Please sign in to comment.