Skip to content

Commit

Permalink
add sentry token to inner env
Browse files Browse the repository at this point in the history
  • Loading branch information
hubsmoke committed Sep 16, 2024
1 parent 6594d3c commit 2c3fddd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
sentry-cli login --auth-token $SENTRY_AUTH_TOKEN
# append to .env
echo -e "\nSENTRY_AUTH_TOKEN=$SENTRY_AUTH" >> .env
echo -e "\nSENTRY_AUTH_TOKEN=$SENTRY_AUTH" >> ./desci-server/.env
- name: Run tests
run: |
Expand Down

0 comments on commit 2c3fddd

Please sign in to comment.