Skip to content

Commit 6a9350d

Browse files
committed
Pipe in token
1 parent 70c4e0a commit 6a9350d

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

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

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

3232
- name: Configure Beam
3333
env:
34-
BEAM_TOKEN: ${{ secrets.BEAM_INTEGRATION_TEST_TOKEN }}
34+
BEAM_TOKEN: ${{ secrets.BEAM_TOKEN }}
3535
run: |
3636
pip install beam-client
37-
beam config create default --token $BEAM_TOKEN --gateway-host gateway.stage.beam.cloud --gateway-port 443
37+
echo $BEAM_TOKEN | beam config create default --gateway-host gateway.stage.beam.cloud --gateway-port 443
3838
3939
- name: Deploy
4040
run: cd tests && beam deploy app.py:run_tests -n integration-tests

beam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
token config create test1 --token testtoken --gateway-host gateway.stage.beam.cloud --gateway-port 443
2+
token config create test1 --token testtoken --gateway-host gateway.stage.beam.cloud --gateway-port 443

0 commit comments

Comments
 (0)