@kya-os/create-molti 0.1.0-canary.3 → 0.1.0-canary.4

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.
@@ -1 +1 @@
1
- {"version":3,"file":"github-workflow.d.ts","sourceRoot":"","sources":["../../src/templates/github-workflow.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,wBAAgB,sBAAsB,IAAI,MAAM,CA+C/C"}
1
+ {"version":3,"file":"github-workflow.d.ts","sourceRoot":"","sources":["../../src/templates/github-workflow.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,wBAAgB,sBAAsB,IAAI,MAAM,CAgD/C"}
@@ -39,6 +39,8 @@ jobs:
39
39
  uses: cloudflare/wrangler-action@v3
40
40
  with:
41
41
  apiToken: \${{ secrets.CLOUDFLARE_API_TOKEN }}
42
+ # Required when your API token has access to multiple CF accounts.
43
+ accountId: \${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
42
44
  # Secrets listed here are uploaded as Wrangler secrets.
43
45
  # IMPORTANT: Every secret listed MUST exist in your GitHub
44
46
  # repository's Settings > Secrets. Remove or comment out
@@ -46,12 +48,11 @@ jobs:
46
48
  secrets: |
47
49
  MCP_IDENTITY_PRIVATE_KEY
48
50
  AGENTSHIELD_API_KEY
49
- ANTHROPIC_API_KEY
50
51
  env:
51
52
  MCP_IDENTITY_PRIVATE_KEY: \${{ secrets.MCP_IDENTITY_PRIVATE_KEY }}
52
53
  AGENTSHIELD_API_KEY: \${{ secrets.AGENTSHIELD_API_KEY }}
53
- ANTHROPIC_API_KEY: \${{ secrets.ANTHROPIC_API_KEY }}
54
- # Uncomment the provider you use (at least one is required):
54
+ # Uncomment the AI provider you use (at least one is required):
55
+ # ANTHROPIC_API_KEY: \${{ secrets.ANTHROPIC_API_KEY }}
55
56
  # OPENAI_API_KEY: \${{ secrets.OPENAI_API_KEY }}
56
57
  `;
57
58
  }
@@ -1 +1 @@
1
- {"version":3,"file":"github-workflow.js","sourceRoot":"","sources":["../../src/templates/github-workflow.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,MAAM,UAAU,sBAAsB;IACpC,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6CR,CAAC;AACF,CAAC"}
1
+ {"version":3,"file":"github-workflow.js","sourceRoot":"","sources":["../../src/templates/github-workflow.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,MAAM,UAAU,sBAAsB;IACpC,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8CR,CAAC;AACF,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kya-os/create-molti",
3
- "version": "0.1.0-canary.3",
3
+ "version": "0.1.0-canary.4",
4
4
  "description": "Scaffold a Moltworker project with MCP-I identity",
5
5
  "type": "module",
6
6
  "main": "./dist/helpers/index.js",
@@ -40,6 +40,8 @@ jobs:
40
40
  uses: cloudflare/wrangler-action@v3
41
41
  with:
42
42
  apiToken: \${{ secrets.CLOUDFLARE_API_TOKEN }}
43
+ # Required when your API token has access to multiple CF accounts.
44
+ accountId: \${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
43
45
  # Secrets listed here are uploaded as Wrangler secrets.
44
46
  # IMPORTANT: Every secret listed MUST exist in your GitHub
45
47
  # repository's Settings > Secrets. Remove or comment out
@@ -47,12 +49,11 @@ jobs:
47
49
  secrets: |
48
50
  MCP_IDENTITY_PRIVATE_KEY
49
51
  AGENTSHIELD_API_KEY
50
- ANTHROPIC_API_KEY
51
52
  env:
52
53
  MCP_IDENTITY_PRIVATE_KEY: \${{ secrets.MCP_IDENTITY_PRIVATE_KEY }}
53
54
  AGENTSHIELD_API_KEY: \${{ secrets.AGENTSHIELD_API_KEY }}
54
- ANTHROPIC_API_KEY: \${{ secrets.ANTHROPIC_API_KEY }}
55
- # Uncomment the provider you use (at least one is required):
55
+ # Uncomment the AI provider you use (at least one is required):
56
+ # ANTHROPIC_API_KEY: \${{ secrets.ANTHROPIC_API_KEY }}
56
57
  # OPENAI_API_KEY: \${{ secrets.OPENAI_API_KEY }}
57
58
  `;
58
59
  }