Skip to content

Commit

Permalink
Update build-push-next.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danchitnis authored Nov 20, 2024
1 parent 8bf59ad commit 7d86550
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-push-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Next Build Deploy Test Push
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
GH_TOKEN: ${{secrets.PULL_REQ}}

on:
schedule:
Expand Down Expand Up @@ -76,8 +77,8 @@ jobs:
# Create a Pull Request
- name: Create Pull Request
run: gh pr create --base next --head bot --title "Update from bot branch" --body "Automated pull request to merge changes from the bot branch to next."
env:
GH_TOKEN: ${{secrets.PULL_REQ}}





0 comments on commit 7d86550

Please sign in to comment.