Skip to content

Commit

Permalink
fix: testing deploy [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Sep 11, 2023
1 parent 3d18427 commit dc10833
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ on:

env:
GHCR_REGISTRY: ghcr.io
SCOPE: ${{ inputs.app }}
IMAGE_NAME: ${{ github.repository }}/${{ inputs.app }}
SCOPE: ${{ inputs.app || 'playground' }}
IMAGE_NAME: ${{ github.repository }}/${{ inputs.app || 'playground' }}
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}

permissions:
contents: write # needed to write releases
Expand Down

0 comments on commit dc10833

Please sign in to comment.