ソースを参照

fixup! update hookshot private key installation method

pull/1505/head
HarHarLinks 4年前
コミット
99cf6adf95
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      roles/matrix-bridge-hookshot/templates/config.yml.j2

+ 1
- 1
roles/matrix-bridge-hookshot/templates/config.yml.j2 ファイルの表示

@@ -15,7 +15,7 @@ github:
# Authentication for the GitHub App. # Authentication for the GitHub App.
# #
id: {{ matrix_hookshot_github_appid }} id: {{ matrix_hookshot_github_appid }}
privateKeyFile: /data/{{ matrix_hookshot_github_private_key }}
privateKeyFile: /data/{{ matrix_hookshot_github_private_key_file }}
webhook: webhook:
# Webhook settings for the GitHub app. # Webhook settings for the GitHub app.
# #


読み込み中…
キャンセル
保存