Skip to content

Commit

Permalink
CI/CD: Added missing env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
girogio committed Feb 18, 2024
1 parent fa9fc17 commit 163eea8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ jobs:
API: ${{ secrets.AVAIL_API_URL}}
DEV_NODE_IP: ${{ secrets.DEV_NODE_IP}}
TESTNET_API_OBSCURA: ${{ secrets.TESTNET_API_OBSCURA}}
MAINNET_API_OBSCURA: ""
DEVNET_API_OBSCURA: ""
with:
# Use the tauri-cli we installed earlier
tauriScript: cargo tauri
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.10.0
rev: 0.28.0
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand Down

0 comments on commit 163eea8

Please sign in to comment.