We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb34ab8 commit d5e21e1Copy full SHA for d5e21e1
1 file changed
.github/workflows/backport.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
ref: main
26
fetch-depth: 0
27
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.PAT_TOKEN }}
28
29
- name: Set up Go
30
uses: actions/setup-go@v6
@@ -113,7 +113,7 @@ jobs:
113
- name: Create Pull Request
114
if: steps.commits.outputs.has_changes == 'true' && steps.merge.outputs.merge_status == 'success'
115
env:
116
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.PAT_TOKEN }}
117
run: |
118
# Prepare PR body
119
cat > /tmp/pr_body.md <<'EOF'
0 commit comments