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 db81df0265 - Show all commits

View File

@ -22,13 +22,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: main
token: ${{ secrets.REPO_TOKEN }}
- name: Attempt to checkout specific branch
uses: actions/checkout@v4
with:
ref: ${{ env.SPECIFIC_BRANCH }}
token: ${{ secrets.REPO_TOKEN }}
continue-on-error: true
ssh-key: ${{ secrets.SSH_RUNNER }}
- uses: actions/setup-python@v4
- run: pip install pre-commit
shell: bash