Skip to content

Commit

Permalink
beam auth in action
Browse files Browse the repository at this point in the history
  • Loading branch information
dleviminzi committed Aug 2, 2024
1 parent 897a0f5 commit fb70f3d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root

- name: configure beam
run: |
source .venv/bin/activate
beam configure ghact --token $BEAM_AUTH_TOKEN
beam config select ghact
- name: run tests
run: |
source .venv/bin/activate
Expand Down

0 comments on commit fb70f3d

Please sign in to comment.