Skip to content

Commit

Permalink
Update uffizzi-preview.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NealArw authored Dec 12, 2022
1 parent d2ea102 commit ac2fd18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/uffizzi-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,24 +156,24 @@ jobs:
deploy-uffizzi-preview:
name: Use Remote Workflow to Preview on Uffizzi
needs: render-compose-file
uses: UffizziCloud/preview-action/.github/workflows/reusable.yaml@feature/351_view_only_gha
uses: UffizziCloud/preview-action/.github/workflows/reusable.yaml@v2.6.0
with:
compose-file-cache-key: ${{ needs.render-compose-file.outputs.compose-file-cache-key }}
compose-file-cache-path: ${{ needs.render-compose-file.outputs.compose-file-cache-path }}
server: https://pr-529-deployment-7957-uffizzi-platform.app.uffizzi.com/
server: https://app.uffizzi.com
permissions:
contents: read
pull-requests: write
id-token: write

delete-uffizzi-preview:
name: Use Remote Workflow to Delete an Existing Preview
uses: UffizziCloud/preview-action/.github/workflows/reusable.yaml@feature/351_view_only_gha
uses: UffizziCloud/preview-action/.github/workflows/reusable.yaml@v2.6.0
if: ${{ github.event_name == 'pull_request' && github.event.action == 'closed' }}
with:
compose-file-cache-key: ''
compose-file-cache-path: docker-compose.rendered.yml
server: https://pr-529-deployment-7957-uffizzi-platform.app.uffizzi.com/
server: https://app.uffizzi.com
permissions:
contents: read
pull-requests: write
Expand Down

0 comments on commit ac2fd18

Please sign in to comment.