Skip to content

Commit

Permalink
build: use user token (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: Askepios-ai <[email protected]>
  • Loading branch information
nohr-ai and Askepios-ai authored Sep 15, 2023
1 parent 1b27809 commit b14b563
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
github_token: ${{ secrets.MB_TOKEN }}

- name: Install poetry
uses: abatilo/actions-poetry@v2
Expand All @@ -77,4 +78,4 @@ jobs:
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.MB_TOKEN }}

0 comments on commit b14b563

Please sign in to comment.