Update TryGhost/action-deploy-theme action to v1.6.2

This commit is contained in:
renovate[bot] 2022-10-13 02:38:59 +00:00 committed by GitHub
parent 5279a43ddd
commit bf6d5a1046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
- run: yarn test:ci - run: yarn test:ci
- run: yarn ship - run: yarn ship
- name: Deploy Ghost Theme - name: Deploy Ghost Theme
uses: TryGhost/action-deploy-theme@v1.6.1 uses: TryGhost/action-deploy-theme@v1.6.2
with: with:
api-url: ${{ secrets.GHOST_ADMIN_API_URL }} api-url: ${{ secrets.GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.GHOST_ADMIN_API_KEY }} api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}