Skip to content

Commit

Permalink
Add password to env
Browse files Browse the repository at this point in the history
  • Loading branch information
jmthomas committed Sep 13, 2024
1 parent f0015b9 commit fd77845
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
pull_request:
branches: [main]

env:
OPENC3_API_PASSWORD: password

jobs:
openc3-cli:
if: ${{ github.actor != 'dependabot[bot]' }}
Expand Down Expand Up @@ -105,7 +108,6 @@ jobs:
shell: 'script -q -e -c "bash {0}"'
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"
Expand Down

0 comments on commit fd77845

Please sign in to comment.