Skip to content

Commit

Permalink
Change github deploy workflow's branch
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloThys committed May 12, 2024
1 parent bd2592e commit 2fc3145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: npm ci
- name: Build TinaCMS
env:
GITHUB_BRANCH: "feature/tinacms"
GITHUB_BRANCH: "main"
CLIENT_ID: ${{ secrets.TINA_PUBLIC_CLIENT_ID }}
TINA_TOKEN: ${{ secrets.TINA_TOKEN }}
run: npx tinacms build
Expand Down

0 comments on commit 2fc3145

Please sign in to comment.