This commit is contained in:
2025-04-02 14:44:38 +02:00
parent 99f6419de4
commit c18fc0adc2

View File

@ -27,7 +27,7 @@ jobs:
scope: ${{ github.repository_owner }} scope: ${{ github.repository_owner }}
token: ${{ secrets.ACTIONS_TOKEN || github.token }} token: ${{ secrets.ACTIONS_TOKEN || github.token }}
- run: npm ci - run: npm ci || npm i
if: ${{ steps.diff.outputs.src }} if: ${{ steps.diff.outputs.src }}
env: env:
NODE_AUTH_TOKEN: ${{ secrets.ACTIONS_TOKEN || github.token }} NODE_AUTH_TOKEN: ${{ secrets.ACTIONS_TOKEN || github.token }}