Skip to content

Commit

Permalink
v20231223
Browse files Browse the repository at this point in the history
matebenyovszky committed Dec 23, 2023
1 parent 5cd103f commit f0fec55
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main_commandproxy.yml
Original file line number Diff line number Diff line change
@@ -76,4 +76,5 @@ jobs:
app-name: 'commandproxy'
slot-name: 'Production'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_912D904EA3BD4936B7B30D505BD05882 }}
app-settings-json: '{"API_KEY":"${{ secrets.API_KEY }}"}'
app-settings-json: '{"API_KEY":"${{ secrets.API_KEY }}"}'
app-settings: '{"API_KEY":"${{ secrets.API_KEY }}"}'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
flask
requests
dotenv
python-dotenv

0 comments on commit f0fec55

Please sign in to comment.