Skip to content

Commit e439051

Browse files
committed
fix: existing pr check using wrong token
1 parent beb21f5 commit e439051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/database-schema.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
echo "existing_pr=false" >> $GITHUB_OUTPUT
117117
fi
118118
env:
119-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
119+
GH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
120120

121121
- name: Update existing PR branch
122122
if: steps.diff.outputs.has_changes == 'true' && steps.check-pr.outputs.existing_pr == 'true'

0 commit comments

Comments
 (0)