Skip to content

Commit

Permalink
Use PAT instead of Github token
Browse files Browse the repository at this point in the history
So github-actions bot relaunches GHA workflows after push
  • Loading branch information
zsusswein committed Sep 2, 2024
1 parent 3007540 commit 97178c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand Down

0 comments on commit 97178c9

Please sign in to comment.