File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 6565
6666 - name : Set MongoDB Environment Variables
6767 run : |
68- echo "MONGODB_CONNECTIONSTRING=${{ secrets.MONGODB_CONNECTIONSTRING }}" >> $GITHUB_ENV
69- echo "MONGODB_DATABASENAME=${{ secrets.MONGODB_DATABASENAME }}" >> $GITHUB_ENV
70- echo "MONGODB_COLLECTIONNAME=${{ secrets.MONGODB_COLLECTIONNAME }}" >> $GITHUB_ENV
71-
68+ echo "MongoDB__ConnectionString=${{ secrets.MONGODB_CONNECTIONSTRING }}" >> $GITHUB_ENV
69+ echo "MongoDB__DatabaseName=${{ secrets.MONGODB_DATABASENAME }}" >> $GITHUB_ENV
70+ echo "MongoDB__CollectionName=${{ secrets.MONGODB_COLLECTIONNAME }}" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 99 "blockList" : " https://raw.githubusercontent.com/bet-blocker/bet-blocker/main/blocklist.txt" ,
1010 "StoragePath" : " json" ,
1111 "MongoDB" : {
12- "ConnectionString" : " MONGODB_CONNECTIONSTRING " ,
13- "DatabaseName" : " MONGODB_DATABASENAME " ,
14- "CollectionName" : " MONGODB_COLLECTIONNAME "
12+ "ConnectionString" : " " ,
13+ "DatabaseName" : " " ,
14+ "CollectionName" : " "
1515 }
1616}
You can’t perform that action at this time.
0 commit comments