Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
Update docs for latest adapters
Archived did:key:z6MkkpTP...arsB opened 1 year ago
7 files changed +42 -0 31c2b58c 61ce70de
added concourse.sqlite
added gh.yaml
@@ -0,0 +1,14 @@
+
default_adapter: concourse
+
db: concourse.sqlite
+
adapters:
+
  concourse:
+
    command: /tmp/bin/radicle-github-actions-adapter
+
    env:
+
      LOG_LEVEL: debug
+
      RAD_SESSION_TOKEN: 2D6FxteryLR4EKUHCT8h6X6jqo1U1Xhs
+
    sensitive_env:
+
      GITHUB_PAT: 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
+
filters:
+
  - !Or
+
    - !AnyPatchRef
+
    - !AnyPushRef

\ No newline at end of file
added webhooks-adapter.sqlite
added webhooks.sqlite
added webhooks.yaml
@@ -0,0 +1,12 @@
+
default_adapter: webhooks
+
db: webhooks.sqlite
+
adapters:
+
  webhooks:
+
    command: /tmp/bin/radicle-webhooks-adapter
+
    env:
+
      LOG_LEVEL: debug
+
    sensitive_env:
+
filters:
+
  - !Or
+
    - !AnyPatchRef
+
    - !AnyPushRef
added zulip.sqlite
added zulip.yaml
@@ -0,0 +1,16 @@
+
default_adapter: zulip
+
db: zulip.sqlite
+
adapters:
+
  zulip:
+
    command: /tmp/bin/radicle-zulip-adapter
+
    env:
+
      LOG_LEVEL: debug
+
      ZULIP_SERVER: https://radicle.zulipchat.com
+
      ZULIP_STREAM: integrations-internal
+
    sensitive_env:
+
      ZULIP_BOT_EMAIL: radicle-zulip-integration-bot@radicle.zulipchat.com
+
      ZULIP_BOT_API_KEY: MRdeBDU6CY9vDKy1rkZmNUDN8odjcpkP
+
filters:
+
  - !Or
+
    - !AnyPatchRef
+
    - !AnyPushRef

\ No newline at end of file