We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8561e61 commit 19adf83Copy full SHA for 19adf83
.github/workflows/contribute.yml
@@ -90,7 +90,7 @@ jobs:
90
git add -A
91
git commit -m "Django Rest Framework ${RELEASE_VERSION}"
92
git push \
93
- "https://${gh_login}:${GH_TOKEN}@github.com/${gh_login}/Dash-User-Contributions.git" \
+ "https://${gh_login}:${GITHUB_TOKEN}@github.com/${gh_login}/Dash-User-Contributions.git" \
94
"HEAD:${TARGET_BRANCH}"
95
echo "pr_head=${gh_login}:${TARGET_BRANCH}" >> $GITHUB_OUTPUT
96
0 commit comments