Skip to content

Commit

Permalink
Update secret.js
Browse files Browse the repository at this point in the history
  • Loading branch information
parthpandyappp authored Jan 18, 2021
1 parent 98b7c5f commit 0abd7d8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions secret.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
//info = { API_KEY : ${{secrets.API_KEY}} };
var obj = {
a: 1,
b: { myProp: 2 },
c: 3,
API_KEY : ${{secrets.API_KEY}}
};

export const info =
{
API_KEY : ${{secrets.API_KEY}}
};

0 comments on commit 0abd7d8

Please sign in to comment.