mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
adds auth example for the cli cherrypick task (#17307)
This commit is contained in:
parent
2dc660d533
commit
1e508d7288
@ -7,6 +7,10 @@ const cherryPickRunner: TaskRunner<CherryPickOptions> = async () => {
|
||||
let client = axios.create({
|
||||
baseURL: 'https://api.github.com/repos/grafana/grafana',
|
||||
timeout: 10000,
|
||||
// auth: {
|
||||
// username: '<username>',
|
||||
// password: '<personal access token>',
|
||||
// },
|
||||
});
|
||||
|
||||
const res = await client.get('/issues', {
|
||||
|
Loading…
Reference in New Issue
Block a user