Update .github/workflows/node-cicd.yml
Some checks failed
Release package to Gitea and Deploy to AWS / build (push) Failing after 1m6s

This commit is contained in:
kim
2025-04-02 23:59:29 +00:00
parent 9cfd9d3033
commit f38155e6ef

View File

@ -25,7 +25,7 @@ jobs:
with:
node-version: '22'
registry-url: ${{ github.server_url != 'https://github.com' && format('{0}/api/packages/{1}/npm/', github.server_url, github.repository_owner) || 'https://npm.pkg.github.com' }}
scope: ${{ github.repository_owner }}
scope: 'fireclover' # ${{ github.repository_owner }}
token: ${{ secrets.ACTIONS_TOKEN || github.token }}
- run: npm ci