Skip to content

Commit

Permalink
actions Mongo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
John Dutchover committed Mar 9, 2024
1 parent fd322ca commit e2cf77a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
auth-host: prefix.dev
auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
- name: Set up environment variables
run: |
echo "POETRY_MONGODB_URL=${{ secrets.POETRY_MONGODB_URL }}" >> $GITHUB_ENV
- run: pixi run test
env:
SLACK_BOT_TOKEN: ${{ secrets.POETRY_SCM_XAPP_TOKEN }}

0 comments on commit e2cf77a

Please sign in to comment.