diff --git a/README.md b/README.md index 7c6f815..251fe35 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +# Note: This is a fork from Ghost, intended to be used to deploy "securely" our themes.
-
-
-
@@ -56,11 +54,11 @@ on:
- main
jobs:
deploy:
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Deploy Ghost Theme
- uses: TryGhost/action-deploy-theme@v1
+ uses: sredevopsorg/action-deploy-theme@main
with:
api-url: ${{ secrets.GHOST_ADMIN_API_URL }}
api-key: ${{ secrets.GHOST_ADMIN_API_KEY }}