Skip to content

Commit

Permalink
Added debug to episode.yml
Browse files Browse the repository at this point in the history
- I want to be able to check we are uploading theme files correctly.
  • Loading branch information
ErisDS authored Jan 7, 2025
1 parent 1c4f23b commit 04e74dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/episode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4
- name: Echo Secret in Debug Mode
env:
MY_SECRET: ${{ secrets.EPISODE_GHOST_ADMIN_API_URL }}
run: |
echo "##[debug] Secret value: $MY_SECRET"
# Ensure MY_SECRET is not exposed outside of debug
- name: Deploy theme
uses: TryGhost/action-deploy-theme@v1
with:
Expand Down

0 comments on commit 04e74dd

Please sign in to comment.