Skip to content

Commit

Permalink
keep just the token
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Savchenko authored and Volodymyr Savchenko committed Aug 15, 2024
1 parent 6c7d55f commit 3c53cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
# with:
with:
# fetch-depth: 0
# token: ${{ secrets.BOT_SECRET }}
token: ${{ secrets.BOT_SECRET }}

- name: Install dependencies
run: |
Expand Down

0 comments on commit 3c53cde

Please sign in to comment.