Skip to content

Commit

Permalink
Merge pull request #25 from opt-nc/develop
Browse files Browse the repository at this point in the history
fix: semantic token
  • Loading branch information
mbarre authored Oct 5, 2022
2 parents d9531c1 + 49d9eab commit f27c2c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.9"
token: ${{ secrets.OPT_CI_TOKEN }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -36,4 +35,4 @@ jobs:
@semantic-release/release-notes-generator
conventional-changelog-conventionalcommits
env:
GITHUB_TOKEN: ${{ secrets.OPT_CI_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f27c2c4

Please sign in to comment.