Skip to content

Commit

Permalink
fix: add secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfutago committed Dec 24, 2024
1 parent 73289d3 commit fff584e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/manual_deploy_wm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
- name: build
env:
BASE_PATH: '/${{ github.event.repository.name }}'
## Add and uncomment any environment variables here
## EVIDENCE_SOURCE__my_source__username: ${{ secrets.EVIDENCE_SOURCE__MY_SOURCE__USERNAME }}
## EVIDENCE_SOURCE__my_source__private_key: ${{ secrets.EVIDENCE_SOURCE__MY_SOURCE__PRIVATE_KEY }}
EVIDENCE_SOURCE__md_wallets__database: ${{ secrets.EVIDENCE_SOURCE__MD_WALLETS__DATABASE }}
EVIDENCE_SOURCE__md_wallets__token: ${{ secrets.EVIDENCE_SOURCE__MD_WALLETS__TOKEN }}
run: |
cd ./monitor
npm run sources
Expand Down

0 comments on commit fff584e

Please sign in to comment.