Skip to content

Commit 2d4b9ae

Browse files
committed
debug: run with fake token on purpose
1 parent 708f1f9 commit 2d4b9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debug-git-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
echo "✅ Empty test commit created"
6565
6666
# Push using the PAT token
67-
git push https://x-access-token:${REOWN_FLUTTER_RELEASE_PAT}@github.com/${{ github.repository }} develop
67+
git push https://x-access-token:xxx@github.com/${{ github.repository }} develop
6868
echo "✅ Successfully pushed empty commit to develop branch"
6969
7070
- name: Summary

0 commit comments

Comments
 (0)