Skip to content

Commit 6f086ef

Browse files
committed
use config
1 parent cf33960 commit 6f086ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-integration-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131

3232
- name: Configure Beam
3333
env:
34-
BEAM_TOKEN: ${{ secrets.BEAM_INTEGRATION_TEST_TOKEN }}
34+
BETA9_CONFIG: ${{ secrets.BETA9_CONFIG }}
3535
run: |
3636
poetry export --without-hashes --format=requirements.txt > requirements.txt
3737
pip install -r requirements.txt
38-
pip install beta9
39-
{ echo ""; echo ""; echo $BEAM_TOKEN } | beta9 config create default --gateway-host gateway.stage.beam.cloud --gateway-port 443
38+
mkdir -p ~/.beta9/config.ini
39+
echo $BETA9_CONFIG >> ~/.beta9/config.ini
4040
4141
- name: Deploy
4242
run: cd tests && beta9 deploy app.py:run_tests -n integration-tests

0 commit comments

Comments
 (0)