Skip to content

Commit

Permalink
remove the admin secret
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Aug 14, 2024
1 parent 5b5cc91 commit 0110325
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion registry-automation/cmd/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,6 @@ mutation UpdateConnector ($updates: [connector_overview_updates!]!) {
// add the payload to the request
req.Var("updates", updates.Updates)

req.Header.Set("x-hasura-admin-secret", "myadminsecretkey")
req.Header.Set("x-hasura-role", "connector_publishing_automation")
req.Header.Set("x-connector-publication-key", ciCmdArgs.ConnectorPublicationKey)

Expand Down

0 comments on commit 0110325

Please sign in to comment.