Skip to content

Commit

Permalink
try setting manually
Browse files Browse the repository at this point in the history
  • Loading branch information
dleviminzi committed Aug 2, 2024
1 parent df541ce commit c8a4b79
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,13 @@ jobs:
- name: configure beam
run: |
source .venv/bin/activate
unset CI
beam configure ghact --token $BEAM_AUTH_TOKEN
beam config select ghact
mkdir -p ~/.beam
cat << EOF > ~/.beam/config.ini
[default]
token = ${{ secrets.BEAM_AUTH_TOKEN }}
gateway_host = gateway.beam.cloud
gateway_port = 443
EOF
- name: run tests
run: |
Expand Down

0 comments on commit c8a4b79

Please sign in to comment.