Skip to content

Commit

Permalink
Added chmod command to main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FredMagas committed Aug 8, 2024
1 parent 6584753 commit 8589038
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
source venv/bin/activate
pip install -r requirements.txt
- name: Make retry.sh executable
run: chmod +x retry.sh

- name: Run migrations
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }} # Certifique-se de adicionar esta variável nos segredos do GitHub
Expand Down

0 comments on commit 8589038

Please sign in to comment.