We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7bc6f5 commit 7e1856aCopy full SHA for 7e1856a
.circleci/github/publishRelease.js
@@ -2,7 +2,7 @@ const GithubClient = require('./githubClient');
2
const fs = require('fs');
3
const path = require('path');
4
5
-const GRAFANA_ZABBIX_OWNER = 'alexanderzobnin';
+const GRAFANA_ZABBIX_OWNER = 'MGlants';
6
const GRAFANA_ZABBIX_REPO = 'grafana-zabbix';
7
8
const github = new GithubClient(GRAFANA_ZABBIX_OWNER, GRAFANA_ZABBIX_REPO, true);
0 commit comments