ultimate-jekyll-manager 0.0.106 → 0.0.108
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.
package/dist/commands/setup.js
CHANGED
|
@@ -274,7 +274,7 @@ async function ensureCoreFiles() {
|
|
|
274
274
|
// Inject new config into config variable
|
|
275
275
|
config = Manager.getConfig('project');
|
|
276
276
|
|
|
277
|
-
// Run
|
|
277
|
+
// Run gulp defaults task since this is likely the first run
|
|
278
278
|
await execute('UJ_BUILD_MODE=true npm run gulp -- defaults', { log: true });
|
|
279
279
|
}
|
|
280
280
|
}
|
|
@@ -14,6 +14,9 @@ concurrency:
|
|
|
14
14
|
group: ${{ github.ref }}
|
|
15
15
|
cancel-in-progress: true
|
|
16
16
|
|
|
17
|
+
# permissions:
|
|
18
|
+
# contents: write
|
|
19
|
+
|
|
17
20
|
env:
|
|
18
21
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
|
19
22
|
BACKEND_MANAGER_KEY: ${{ secrets.BACKEND_MANAGER_KEY }}
|
|
@@ -35,6 +38,9 @@ jobs:
|
|
|
35
38
|
git config --global user.name "$GITHUB_ACTOR"
|
|
36
39
|
- name: Checkout main branch
|
|
37
40
|
uses: actions/checkout@v4
|
|
41
|
+
with:
|
|
42
|
+
token: ${{ secrets.GH_TOKEN }}
|
|
43
|
+
fetch-depth: 0
|
|
38
44
|
- name: Setup ruby
|
|
39
45
|
uses: ruby/setup-ruby@v1
|
|
40
46
|
with:
|
package/firebase-debug.log
CHANGED
|
@@ -26,3 +26,59 @@
|
|
|
26
26
|
[debug] [2025-10-26T09:34:22.061Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
27
27
|
[debug] [2025-10-26T09:34:22.061Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
28
28
|
[debug] [2025-10-26T09:34:22.061Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
29
|
+
[debug] [2025-10-27T02:44:27.272Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
30
|
+
[debug] [2025-10-27T02:44:27.284Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
31
|
+
[debug] [2025-10-27T02:44:27.283Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
32
|
+
[debug] [2025-10-27T02:44:27.284Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
33
|
+
[debug] [2025-10-27T02:44:27.284Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
34
|
+
[debug] [2025-10-27T02:44:27.308Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
35
|
+
[debug] [2025-10-27T02:44:27.308Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
36
|
+
[debug] [2025-10-27T02:44:27.292Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
37
|
+
[debug] [2025-10-27T02:44:27.295Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
38
|
+
[debug] [2025-10-27T02:44:27.295Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
39
|
+
[debug] [2025-10-27T02:44:27.342Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
40
|
+
[debug] [2025-10-27T02:44:27.342Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
41
|
+
[debug] [2025-10-27T02:44:27.562Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
42
|
+
[debug] [2025-10-27T02:44:27.563Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
43
|
+
[debug] [2025-10-27T02:44:27.564Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
44
|
+
[debug] [2025-10-27T02:44:27.564Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
45
|
+
[debug] [2025-10-27T02:44:27.565Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
46
|
+
[debug] [2025-10-27T02:44:27.565Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
47
|
+
[debug] [2025-10-27T02:44:27.567Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
48
|
+
[debug] [2025-10-27T02:44:27.567Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
49
|
+
[debug] [2025-10-27T02:44:27.626Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
50
|
+
[debug] [2025-10-27T02:44:27.626Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
51
|
+
[debug] [2025-10-27T02:44:27.627Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
52
|
+
[debug] [2025-10-27T02:44:27.627Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
53
|
+
[debug] [2025-10-27T02:44:27.628Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
54
|
+
[debug] [2025-10-27T02:44:27.628Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
55
|
+
[debug] [2025-10-27T02:44:27.629Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
56
|
+
[debug] [2025-10-27T02:44:27.629Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
57
|
+
[debug] [2025-10-27T02:44:28.372Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
58
|
+
[debug] [2025-10-27T02:44:28.374Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
59
|
+
[debug] [2025-10-27T02:44:28.374Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
60
|
+
[debug] [2025-10-27T02:44:28.375Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
61
|
+
[debug] [2025-10-27T02:44:28.386Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
62
|
+
[debug] [2025-10-27T02:44:28.386Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
63
|
+
[debug] [2025-10-27T02:44:28.489Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
64
|
+
[debug] [2025-10-27T02:44:28.492Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
65
|
+
[debug] [2025-10-27T02:44:28.492Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
66
|
+
[debug] [2025-10-27T02:44:28.492Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
67
|
+
[debug] [2025-10-27T02:44:28.501Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
68
|
+
[debug] [2025-10-27T02:44:28.502Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
69
|
+
[debug] [2025-10-27T02:44:28.508Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
70
|
+
[debug] [2025-10-27T02:44:28.509Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
71
|
+
[debug] [2025-10-27T02:44:28.509Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
72
|
+
[debug] [2025-10-27T02:44:28.509Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
73
|
+
[debug] [2025-10-27T02:44:28.513Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
74
|
+
[debug] [2025-10-27T02:44:28.513Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
75
|
+
[debug] [2025-10-27T02:44:28.514Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
76
|
+
[debug] [2025-10-27T02:44:28.514Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
77
|
+
[debug] [2025-10-27T02:44:28.622Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
78
|
+
[debug] [2025-10-27T02:44:28.622Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
79
|
+
[debug] [2025-10-27T02:44:28.623Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
80
|
+
[debug] [2025-10-27T02:44:28.623Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
81
|
+
[debug] [2025-10-27T02:44:28.625Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
82
|
+
[debug] [2025-10-27T02:44:28.625Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|
|
83
|
+
[debug] [2025-10-27T02:44:28.625Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
|
|
84
|
+
[debug] [2025-10-27T02:44:28.625Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
|