Skip to content

Commit

Permalink
Update nextjs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cherry-yl-sh committed Jun 26, 2024
1 parent 471f0b5 commit 89756a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Build TinaCMS
env:
NEXT_PUBLIC_TINA_CLIENT_ID: ${{ secrets.NEXT_PUBLIC_TINA_CLIENT_ID }}
TINA_TOKEN: ${{ secrets.TINA_TOKEN }}
NEXT_PUBLIC_TINA_CLIENT_ID: "ef55bd7a-5ca8-4c61-985b-e3c326fa4975"
TINA_TOKEN: "e39514ebcc67ac9d9c6a7d118c0f8bcede4c7b29"
NEXT_PUBLIC_TINA_BRANCH: main
run: yarn build

Expand Down

0 comments on commit 89756a0

Please sign in to comment.