Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
ericelsken committed Jan 1, 2024
1 parent 15eb39c commit e1844f7
Show file tree
Hide file tree
Showing 3 changed files with 34,595 additions and 4 deletions.
34,596 changes: 34,593 additions & 3 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "NONE",
"private": true,
"scripts": {
"build": "ncc build --minify src/linear-utils.ts"
"build": "ncc build src/linear-utils.ts"
},
"dependencies": {
"@actions/core": "^1.10.1",
Expand Down
1 change: 1 addition & 0 deletions src/linear-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const LinearFetch = Promise;

function newLinearClient(): LinearClient {
const params: any = {};
console.log('using linear api key', process.env.LINEAR_API_KEY);
const apiKey = process.env.LINEAR_API_KEY;
if (!!apiKey) {
params.apiKey = apiKey;
Expand Down

0 comments on commit e1844f7

Please sign in to comment.