We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1665fd commit dc9fdb5Copy full SHA for dc9fdb5
1 file changed
.github/workflows/sync-main.yml
@@ -61,10 +61,10 @@ jobs:
61
sleep 10
62
}
63
env:
64
- GH_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
65
GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
66
- name: Create or update PR
67
run: |
+ echo "$GITHUB_TOKEN" | gh auth login --with-token
68
git branch
69
gh api repos/:owner/:repo/commits/$(git rev-parse HEAD) || {
70
echo "Branch not yet visible to GitHub — waiting a bit more"
@@ -84,6 +84,5 @@ jobs:
84
fi
85
exit 0
86
87
88
89
0 commit comments