Skip to content

Commit 32343da

Browse files
committed
Override GITHUB_TOKEN with PAT on checkout
1 parent c3944c6 commit 32343da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/makemigrations.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
ref: ${{ vars.MIGRATIONS_BRANCH }}
1717
fetch-depth: 0
1818
fetch-tags: true
19+
token: ${{ secrets.PAT }}
1920
- uses: actions/setup-python@v5
2021
name: Setting up Python 3.12
2122
with:

0 commit comments

Comments
 (0)