Skip to content

Commit

Permalink
chore: updare pr preview ci
Browse files Browse the repository at this point in the history
  • Loading branch information
luizstacio committed Sep 23, 2023
1 parent 219f2df commit 9cd06c6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: pullpreview/[email protected]
with:
app_path: .preview
admins: luizstacio
github_token: ${{ secrets.GITHUB_TOKEN }}
compose_files: .preview/docker-compose.yml
always_on: main
env:
AWS_ACCESS_KEY_ID: "${{ secrets.AWS_ACCESS_KEY_ID }}"
Expand Down

0 comments on commit 9cd06c6

Please sign in to comment.