Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #221 どういう原因か分かりませんが、デプロイの際使用するSSHの鍵がread onlyになってました。 新しい鍵を作り、そのfingerprintで置き換えることで対応できたはずです。 なお、新しい鍵は @haskell-jp-bot のUser keyとして作成しました。 [こちらのドキュメント](https://circleci.com/docs/github-integration/#deploy-keys-and-user-keys)における、 > To achieve fine-grained access to more than one repository, consider creating what GitHub calls a machine user. Give this user exactly the permissions your build requires, and then associate its user key with your project on CircleCI. というアドバイスに従ったためです。私の権限ではなく @haskell-jp-bot の権限で利用できる範囲に鍵の有効な範囲を絞っているわけですね。
- Loading branch information