We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855cfd1 commit c5fa797Copy full SHA for c5fa797
.github/workflows/upmerge.yaml
@@ -58,6 +58,8 @@ jobs:
58
# branch is assumed to be the current release branch, but could be any branch.
59
# If there are no changes, stop the workflow.
60
- name: Upmerge docs
61
+ env:
62
+ GITHUB_TOKEN: ${{ secrets.GH_RAD_CI_BOT_PAT }}
63
run: |
64
export SOURCE_BRANCH=$(basename ${{ github.ref }})
65
echo "Upmerging docs from $SOURCE_BRANCH to edge"
@@ -78,5 +80,5 @@ jobs:
78
80
- name: Create pull request
79
81
if: env.NO_CHANGES != 'true'
82
env:
- GITHUB_TOKEN: ${{ secrets.GH_RAD_CI_BOT_PAT}}
83
84
run: gh pr create --title "Upmerge to edge" --body "Upmerge to edge (kicked off by @${{ github.triggering_actor }})" --base edge --head $BRANCH_NAME
0 commit comments