File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,16 +61,15 @@ jobs:
6161 - name : Push results to ShieldCI dashboard
6262 if : always()
6363 env :
64- SHIELDCI_API_URL : http://localhost:3000/api/scans
65- SHIELDCI_API_KEY : fc09420a3737855a3094ff7831a6219565cee6777a0fbeec
6664 SHIELDCI_REPO : ${{ steps.meta.outputs.repo }}
6765 SHIELDCI_BRANCH : ${{ steps.meta.outputs.branch }}
6866 SHIELDCI_COMMIT : ${{ steps.meta.outputs.commit }}
6967 SHIELDCI_COMMIT_MSG : ${{ steps.meta.outputs.commit_msg }}
7068 SHIELDCI_DURATION : ${{ steps.scan.outputs.duration }}
7169 SHIELDCI_TRIGGERED_BY : ${{ steps.meta.outputs.trigger }}
72- SHIELDCI_RESULTS_FILE : ${{ runner.temp }}/../../../Desktop/ShieldCI/tests/shield_results.json
7370 run : |
71+ export SHIELDCI_API_URL="http://localhost:3000"
72+ export SHIELDCI_API_KEY="fc09420a3737855a3094ff7831a6219565cee6777a0fbeec"
7473 export SHIELDCI_RESULTS_FILE="$HOME/Desktop/ShieldCI/tests/shield_results.json"
7574 python3 "$HOME/Desktop/ShieldCI/push_results.py"
7675
You can’t perform that action at this time.
0 commit comments