Skip to content

Commit

Permalink
fix media storge
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedHamed12 committed May 21, 2024
1 parent 2c3b1d1 commit ab6ab9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
run: |
echo "DATABASE_URL=$DATABASE_URL" >> $GITHUB_ENV
echo "DROPBOX_OAUTH2_REFRESH_TOKEN=$DROPBOX_OAUTH2_REFRESH_TOKEN" >> $GITHUB_ENV
echo "DROPBOX_APP_KEY=$DROPBOX_APP_KEY" >> $GITHUB_ENV
echo "DROPBOX_APP_SECRET=$DROPBOX_APP_SECRET" >> $GITHUB_ENV
# - name: Prepare database
# run: |
# python manage.py migrate --no-input
Expand Down

0 comments on commit ab6ab9f

Please # to comment.