File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments