diff --git a/.gitea/workflows/gitzone_ci_default.yaml b/.gitea/workflows/gitzone_ci_default.yaml index d4e4be7..2adbed8 100644 --- a/.gitea/workflows/gitzone_ci_default.yaml +++ b/.gitea/workflows/gitzone_ci_default.yaml @@ -6,6 +6,9 @@ env: IMAGE: registry.gitlab.com/hosttoday/ht-docker-node:npmci 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: diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 823d9e9..05009d8 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartfile', - version: '10.0.16', + version: '10.0.17', description: 'offers smart ways to work with files in nodejs' }