We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9350d commit 175f7efCopy full SHA for 175f7ef
.github/workflows/deploy-integration-tests.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Configure Beam
33
env:
34
- BEAM_TOKEN: ${{ secrets.BEAM_TOKEN }}
+ BEAM_TOKEN: ${{ secrets.BEAM_INTEGRATION_TEST_TOKEN }}
35
run: |
36
pip install beam-client
37
echo $BEAM_TOKEN | beam config create default --gateway-host gateway.stage.beam.cloud --gateway-port 443
0 commit comments