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

0 comments on commit cadf0d7

Please sign in to comment.