Update to the npm installation and renaming of secrets. #27

Merged
Philipp merged 9 commits from npm-update into main 2024-05-21 01:05:33 +02:00
Showing only changes of commit 2c9b5581d8 - Show all commits

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