Skip to content

Commit 022dc57

Browse files
committed
chore: bump to test action permissions
1 parent c1ff303 commit 022dc57

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.env.example

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
OPENAI_API_KEY="xxx"
2+
ANTHROPIC_API_KEY="xxx"
3+
4+
APPLE_CODESIGN_IDENTITY="Developer ID Application: PostHog Inc. (xxx)"
5+
6+
APPLE_APP_SPECIFIC_PASSWORD="xxxx-xxx-xxx-xxx"
7+
APPLE_TEAM_ID="xxx"
8+
9+
APPLE_CODESIGN_CERT_BASE64="xxx"
10+
APPLE_CODESIGN_CERT_PASSWORD="xxx"
11+
APPLE_CODESIGN_KEYCHAIN_PASSWORD="xxx"
12+
13+
VITE_POSTHOG_API_KEY=xxx
14+
VITE_POSTHOG_API_HOST=xxx
15+
VITE_POSTHOG_UI_HOST=xxx

apps/array/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/array",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Array - PostHog desktop task manager",
55
"main": ".vite/build/index.js",
66
"versionHash": "dynamic",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "array-monorepo",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"private": true,
55
"description": "Array monorepo - PostHog desktop task manager and agent",
66
"engines": {

packages/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/agent",
3-
"version": "1.26.0",
3+
"version": "1.27.0",
44
"repository": "https://github.com/PostHog/array",
55
"description": "TypeScript agent framework wrapping Claude Agent SDK with Git-based task execution for PostHog",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)