We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708f1f9 commit 2d4b9aeCopy full SHA for 2d4b9ae
.github/workflows/debug-git-push.yml
@@ -64,7 +64,7 @@ jobs:
64
echo "✅ Empty test commit created"
65
66
# Push using the PAT token
67
- git push https://x-access-token:${REOWN_FLUTTER_RELEASE_PAT}@github.com/${{ github.repository }} develop
+ git push https://x-access-token:xxx@github.com/${{ github.repository }} develop
68
echo "✅ Successfully pushed empty commit to develop branch"
69
70
- name: Summary
0 commit comments