Skip to content

Commit 19adf83

Browse files
authored
Update contribute.yml
1 parent 8561e61 commit 19adf83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/contribute.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
git add -A
9191
git commit -m "Django Rest Framework ${RELEASE_VERSION}"
9292
git push \
93-
"https://${gh_login}:${GH_TOKEN}@github.com/${gh_login}/Dash-User-Contributions.git" \
93+
"https://${gh_login}:${GITHUB_TOKEN}@github.com/${gh_login}/Dash-User-Contributions.git" \
9494
"HEAD:${TARGET_BRANCH}"
9595
echo "pr_head=${gh_login}:${TARGET_BRANCH}" >> $GITHUB_OUTPUT
9696

0 commit comments

Comments
 (0)