Modified to use a token.
Some checks failed
Auto Maintenance Cycle / pre-commit Autoupdate (push) Failing after 8s

This commit is contained in:
Philipp Horstenkamp 2024-05-21 00:50:06 +02:00
parent db81df0265
commit 2c9b5581d8
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4

View File

@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
ref: main ref: main
ssh-key: ${{ secrets.SSH_RUNNER }} token: ${{ secrets.REPO_TOKEN_SERVER }}
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
- run: pip install pre-commit - run: pip install pre-commit
shell: bash shell: bash