Skip to content

Commit 12b07d6

Browse files
chore(deps): bump from template
1 parent c49c61a commit 12b07d6

32 files changed

Lines changed: 194 additions & 137 deletions

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_commit: v0.9.3
1+
_commit: v0.9.6
22
_src_path: gh:helmut-hoffer-von-ankershoffen/oe-python-template
33
attestations_enabled: true
44
author_email: helmuthva@googlemail.com

.github/workflows/test-scheduled.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,14 @@ jobs:
2929
- name: Create .env file
3030
uses: SpicyPizza/create-envfile@ace6d4f5d7802b600276c23ca417e669f1a06f6f # v2.0.3
3131
with:
32-
envkey_ENV_KEY: "ENV_VALUE"
32+
envkey_STARBRIDGE_ATLASSIAN_URL: "https://your-domain.atlassian.net"
33+
envkey_STARBRIDGE_ATLASSIAN_EMAIL_ADDRESS: "you@your-domain.com"
34+
envkey_STARBRIDGE_ATLASSIAN_API_TOKEN: "YOUR_API_TOKEN"
35+
envkey_STARBRIDGE_SEARCH_BRAVE_SEARCH_API_KEY: "MOCK"
36+
envkey_STARBRIDGE_LOGFIRE_TOKEN: "${{ secrets.STARBRIDGE_LOGFIRE_TOKEN }}"
37+
envkey_STARBRIDGE_LOGFIRE_INSTRUMENT_MCP_ENABLED: 1
38+
envkey_STARBRIDGE_LOGFIRE_ENVIRONMENT: "github_action_test"
3339
fail_on_empty: true
34-
40+
3541
- name: Run scheduled tests
3642
run: make test_scheduled

ATTRIBUTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26733,7 +26733,7 @@ license:
2673326733

2673426734
```
2673526735

26736-
## starbridge (0.10.9) - MIT License
26736+
## starbridge (0.10.10) - MIT License
2673726737

2673826738
⭐ Integrates Claude Desktop with the web, Google and Atlassian workspaces.
2673926739

0 commit comments

Comments
 (0)