Skip to content

Commit

Permalink
chore:debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ddaoxuan committed Oct 29, 2024
1 parent 0d30c1e commit a812d79
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ jobs:
REPLICATE_API_KEY: ${{ secrets.REPLICATE_API_KEY }}

steps:
- name: Check Secrets Availability
run: |
echo "Running for app: ${{ matrix.app }}"
echo "Working directory: ${{ matrix.working-directory }}"
echo "Has TURBO_TOKEN (env secret): ${{ secrets.TURBO_TOKEN != '' }}"
echo "Has SHOPIFY_STOREFRONT_ACCESS_TOKEN (repo secret): ${{ secrets.SHOPIFY_STOREFRONT_ACCESS_TOKEN != '' }}"
echo "Has MEILISEARCH_HOST (repo secret): ${{ secrets.MEILISEARCH_HOST != '' }}"
echo "Has SHOPIFY_STORE_DOMAIN (repo secret): ${{ secrets.SHOPIFY_STORE_DOMAIN != '' }}"
echo "SHOPIFY_STORE_DOMAIN: ${{ secrets.SHOPIFY_STORE_DOMAIN }}"
- uses: actions/checkout@v4
- run: echo "node_version=$(cat .github/nodejs.version)" >> $GITHUB_ENV
- name: "Use node ${{ env.node_version }}"
Expand Down

0 comments on commit a812d79

Please sign in to comment.