fix(core): update

This commit is contained in:
Philipp Kunz 2023-06-25 23:16:29 +02:00
parent b6f0723b75
commit 702ae8bed8
4 changed files with 10 additions and 10 deletions

View File

@ -7,10 +7,10 @@ on:
env:
IMAGE: registry.gitlab.com/hosttoday/ht-docker-node:npmci
NPMCI_TOKEN_NPM: $
NPMCI_TOKEN_NPM2: $
NPMCI_GIT_GITHUBTOKEN: $
NPMCI_URL_CLOUDLY: $
NPMCI_TOKEN_NPM: ${{secrets.NPMCI_TOKEN_NPM}}
NPMCI_TOKEN_NPM2: ${{secrets.NPMCI_TOKEN_NPM2}}
NPMCI_GIT_GITHUBTOKEN: ${{secrets.NPMCI_GIT_GITHUBTOKEN}}
NPMCI_URL_CLOUDLY: ${{secrets.NPMCI_URL_CLOUDLY}}
jobs:

View File

@ -7,10 +7,10 @@ on:
env:
IMAGE: registry.gitlab.com/hosttoday/ht-docker-node:npmci
NPMCI_TOKEN_NPM: $
NPMCI_TOKEN_NPM2: $
NPMCI_GIT_GITHUBTOKEN: $
NPMCI_URL_CLOUDLY: $
NPMCI_TOKEN_NPM: ${{secrets.NPMCI_TOKEN_NPM}}
NPMCI_TOKEN_NPM2: ${{secrets.NPMCI_TOKEN_NPM2}}
NPMCI_GIT_GITHUBTOKEN: ${{secrets.NPMCI_GIT_GITHUBTOKEN}}
NPMCI_URL_CLOUDLY: ${{secrets.NPMCI_URL_CLOUDLY}}
jobs:

View File

@ -74,4 +74,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@shipzone/npmci',
version: '4.1.6',
version: '4.1.7',
description: 'node and docker in gitlab ci on steroids'
}