Skip to content

Commit

Permalink
ci(release): use correct gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
lt-mayonesa committed Aug 6, 2023
1 parent 1c83083 commit b0d1a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/01-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.USER_TOKEN }}

- uses: ./.github/actions/download-i18n

Expand Down

0 comments on commit b0d1a35

Please sign in to comment.