@ludeo/cloud-common 1.1.98-test-4 → 1.1.98

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,18 +7,11 @@ on:
7
7
  push:
8
8
  branches:
9
9
  - develop
10
- workflow_call:
11
-
12
- permissions:
13
- id-token: write
14
- contents: write
15
10
 
16
11
  jobs:
17
12
  build:
18
13
  if: github.ref != 'refs/heads/develop' # Skip build on develop branch
19
14
  runs-on: ubuntu-latest
20
- env:
21
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_CI }}
22
15
 
23
16
  steps:
24
17
  - name: Checkout code
@@ -28,11 +21,10 @@ jobs:
28
21
  uses: actions/setup-node@v4
29
22
  with:
30
23
  node-version: "20"
31
- registry-url: 'https://registry.npmjs.org/'
32
24
 
33
25
  - name: 🔐 Login to Ludeo NPM
34
26
  run: |
35
- npm config set @ludeo:registry https://registry.npmjs.org/ && npm config set '//registry.npmjs.org/:_authToken' ${{ secrets.NPM_TOKEN_CI }}
27
+ npm config set @ludeo:registry https://registry.npmjs.org/ && npm config set '//registry.npmjs.org/:_authToken' ${{ secrets.NPM_TOKEN }}
36
28
 
37
29
  - name: 🏗️ Install dependencies
38
30
  run: npm install
@@ -68,8 +60,6 @@ jobs:
68
60
  publish:
69
61
  if: github.ref == 'refs/heads/develop'
70
62
  runs-on: ubuntu-latest
71
- env:
72
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_CI }}
73
63
 
74
64
  steps:
75
65
  - name: Checkout code
@@ -79,7 +69,10 @@ jobs:
79
69
  uses: actions/setup-node@v4
80
70
  with:
81
71
  node-version: "20"
82
- registry-url: 'https://registry.npmjs.org/'
72
+
73
+ - name: 🔐 Login to Ludeo NPM
74
+ run: |
75
+ npm config set @ludeo:registry https://registry.npmjs.org/ && npm config set '//registry.npmjs.org/:_authToken' ${{ secrets.NPM_TOKEN }}
83
76
 
84
77
  - name: 🏗️ Install dependencies
85
78
  run: npm install
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="WEB_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$">
5
+ <excludeFolder url="file://$MODULE_DIR$/.tmp" />
6
+ <excludeFolder url="file://$MODULE_DIR$/temp" />
7
+ <excludeFolder url="file://$MODULE_DIR$/tmp" />
8
+ </content>
9
+ <orderEntry type="inheritedJdk" />
10
+ <orderEntry type="sourceFolder" forTests="false" />
11
+ </component>
12
+ </module>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="GitToolBoxBlameSettings">
4
+ <option name="version" value="2" />
5
+ </component>
6
+ </project>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="GitToolBoxProjectSettings">
4
+ <option name="commitMessageIssueKeyValidationOverride">
5
+ <BoolValueOverride>
6
+ <option name="enabled" value="true" />
7
+ </BoolValueOverride>
8
+ </option>
9
+ <option name="commitMessageValidationEnabledOverride">
10
+ <BoolValueOverride>
11
+ <option name="enabled" value="true" />
12
+ </BoolValueOverride>
13
+ </option>
14
+ </component>
15
+ </project>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/cloud-common.iml" filepath="$PROJECT_DIR$/.idea/cloud-common.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
package/.idea/vcs.xml ADDED
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="" vcs="Git" />
5
+ </component>
6
+ </project>