EGOI-voting/create_secrets.sh

4 lines
125 B
Bash
Executable File

#!/bin/sh
echo "BEARER=???" > secrets.env
echo "API_VOTE=https://voting.2021.egoi.ch/api/votes/{question_id}" >> secrets.env