mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +00:00
fix(dogfood): fix slackme module source (#10207)
This was pinned to the branch ref and is no more needed after the branch has been merged.
This commit is contained in:
committed by
GitHub
parent
3c43216e99
commit
fafecbd9b3
@ -72,8 +72,7 @@ data "coder_git_auth" "github" {
|
||||
data "coder_workspace" "me" {}
|
||||
|
||||
module "slackme" {
|
||||
# Required while slackme is WIP.
|
||||
source = "https://registry.coder.com/modules/slackme?ref=slackme"
|
||||
source = "https://registry.coder.com/modules/slackme"
|
||||
agent_id = coder_agent.dev.id
|
||||
auth_provider_id = "slack"
|
||||
}
|
||||
|
Reference in New Issue
Block a user