Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 46bf422

Browse files
committed
maintainer
1 parent 180e10c commit 46bf422

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

github-upload-public-key/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
display_name: Github Upload Public Key
33
description: Automates uploading Coder public key to Github so users don't have to.
44
icon: ../.icons/github.svg
5-
maintainer_github: f0ssel
5+
maintainer_github: coder
66
verified: true
77
tags: [helper, git]
88
---
@@ -45,9 +45,9 @@ data "coder_external_auth" "github" {
4545
}
4646
4747
module "github-upload-public-key" {
48-
source = "registry.coder.com/modules/github-upload-public-key/coder"
49-
version = "1.0.13"
50-
agent_id = coder_agent.example.id
48+
source = "registry.coder.com/modules/github-upload-public-key/coder"
49+
version = "1.0.13"
50+
agent_id = coder_agent.example.id
5151
external_auth_id = data.coder_external_auth.github.id
5252
}
53-
```
53+
```

0 commit comments

Comments
 (0)