Skip to content

Commit

Permalink
once last shot before moving to act and doing deeper testing/moving a…
Browse files Browse the repository at this point in the history
…ll the secrets around.

Restored list senstive version of the script and trying to read in changed files passed from env var as json.
  • Loading branch information
Tritium-VLK committed Apr 21, 2023
1 parent ad64d77 commit 255ef81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_gauge_payload_report.yaml
Expand Up @@ -41,6 +41,8 @@ jobs:
cd tools/python/brownie
touch .env
pip install -r requirements-actions.txt
## First one is for debug to print some outputs
brownie run --network mainnet scripts/balancer_reports/get_gauge_mappings.py
REPORT=`brownie run --network mainnet scripts/balancer_reports/get_gauge_mappings.py`
echo "DEBUG CHECK"
echo $REPORT
Expand Down

0 comments on commit 255ef81

Please sign in to comment.