Skip to content

Commit

Permalink
fix: update backend deploy workflow to fix git permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoMeireles55 committed Feb 9, 2025
1 parent edde16f commit f5d3fd4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/backend-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
timeout-minutes: 15

steps:
- name: Fix git permissions
run: |
sudo chown -R $USER:$USER $GITHUB_WORKSPACE
- uses: actions/checkout@v4

- name: Set up Docker Buildx
Expand Down

0 comments on commit f5d3fd4

Please sign in to comment.