Update to the npm installation and renaming of secrets. #27
@ -13,15 +13,10 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
SPECIFIC_BRANCH: chore/update-pre-commit
|
SPECIFIC_BRANCH: chore/update-pre-commit
|
||||||
steps:
|
steps:
|
||||||
- run: echo "Actor ${{ github.actor }}"
|
- name: Check actor
|
||||||
- name: check is REPO_TOKEN_SERVER exists
|
run: echo "Actor ${{ github.actor }}"
|
||||||
env:
|
|
||||||
REPO_TOKEN_SERVER: ${{ secrets.REPO_TOKEN_SERVER }}
|
|
||||||
if: ${{ env.REPO_TOKEN_SERVER == '' }}
|
|
||||||
run: echo the secret "REPO_TOKEN_SERVER" has not been made; echo please go to
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: main
|
|
||||||
token: ${{ secrets.REPO_TOKEN_SERVER }}
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user