Skip to content

Commit

Permalink
push password hash to redis, matching env var
Browse files Browse the repository at this point in the history
  • Loading branch information
JL-Brothers committed Sep 6, 2024
1 parent cdeb9f1 commit f0015b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
run: |
set -e
echo "OPENC3_API_PASSWORD=password" >> "$GITHUB_ENV"
docker exec -it cosmos-openc3-redis-1 sh -c "echo -e 'AUTH openc3 openc3password\nset OPENC3__TOKEN 5e884898da28047151d0e56f8dc6292773603d0d6aabbdd62a11ef721d1542d8' | redis-cli"
# listing script filenames on server also shows a target folder name
# orig #./openc3.sh cliroot script list | grep -q "INST2"
./openc3.sh cliroot script list
Expand Down

0 comments on commit f0015b9

Please sign in to comment.