Skip to content

Commit

Permalink
Use docker network and secure tmate
Browse files Browse the repository at this point in the history
Signed-off-by: Benoit Donneaux <[email protected]>
  • Loading branch information
btlogy committed Feb 5, 2024
1 parent 4d4c2d7 commit 6ba54c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ jobs:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' }}
timeout-minutes: 30
with:
detached: true
limit-access-to-actor: true

- name: Cache images
uses: ScribeMD/[email protected]
Expand All @@ -63,8 +65,8 @@ jobs:
EOF
cat <<EOF >> ./client/.env
NODE_ENV=development
MAILBOX_URL="wss://client:8080/mailbox"
RELAY_URL="wss://client:8080/relay"
MAILBOX_URL="ws://mailbox:4000/v1"
RELAY_URL="ws:relay:4002"
EOF
printf "Client .env:\n"
cat ./client/.env
Expand Down

0 comments on commit 6ba54c1

Please sign in to comment.