Skip to content

Commit

Permalink
added .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sowmya-Raghuram committed Apr 15, 2024
1 parent 58f4625 commit c41bf08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test
2 changes: 1 addition & 1 deletion .github/workflows/create-json.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ printf '{
"secrets": [' > /tmp/__secrets.json


for line in `cat .${prefix}env`
for line in `cat .env`
do
key=$line
if [[ -z "$line" || "$line" =~ ^[[:space:]]*# ]]; then
Expand Down

0 comments on commit c41bf08

Please sign in to comment.