mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
chore(ci): added labeling and notification for published PRs; (#6059)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import axios from '../index.js';
|
||||
|
||||
const {GITHUB_TOKEN} = process.env;
|
||||
|
||||
export default axios.create({
|
||||
headers: {
|
||||
Authorization: GITHUB_TOKEN ? `token ${GITHUB_TOKEN}` : null
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user