Update .github/workflows/node-cicd.yml
Some checks failed
Release package to Gitea and Deploy to AWS / build (push) Failing after 1m6s
Some checks failed
Release package to Gitea and Deploy to AWS / build (push) Failing after 1m6s
This commit is contained in:
2
.github/workflows/node-cicd.yml
vendored
2
.github/workflows/node-cicd.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user