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 f7607bc commit daef584
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion secret.js
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
info = { API_KEY : ${{secrets.API_KEY}} };
//info = { API_KEY : ${{secrets.API_KEY}} };
var obj = {
a: 1,
b: { myProp: 2 }
c: 3
};

0 comments on commit daef584

Please sign in to comment.