Skip to content

Commit

Permalink
Undo change for pre-commit: It needs the credentials to push changes …
Browse files Browse the repository at this point in the history
…to the repository.
  • Loading branch information
icemac committed Jan 29, 2025
1 parent b5bcf6d commit 75c6251
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand Down
2 changes: 1 addition & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta]
template = "pure-python"
commit-id = "696fb808"
commit-id = "b5bcf6d7"

[python]
with-windows = false
Expand Down
2 changes: 0 additions & 2 deletions src/zope/meta/default/pre-commit.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand Down

0 comments on commit 75c6251

Please sign in to comment.