File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,12 @@ runner_bot_token="$3"
11
11
scripts/bash/config-github-bot.sh
12
12
13
13
sf package version create --package Moxygen --installation-key-bypass --wait 10
14
- echo $app_bot_token | gh auth login --with-token
15
14
git checkout -b $branch_name
16
15
git add sfdx-project.json
17
16
git commit -m " [Automated] Created Package Version"
18
17
git push --set-upstream origin $branch_name
19
- gh pr create --title " Publish Moxygen" --body " Automated PR to publish Moxygen" --base main
20
18
21
- echo $runner_bot_token | gh auth login --with-token
22
- gh pr review $branch_name -a
23
19
echo $app_bot_token | gh auth login --with-token
20
+ gh pr create --title " Publish Moxygen" --body " Automated PR to publish Moxygen" --base main
21
+ gh pr review $branch_name -a
24
22
gh pr merge --squash --admin
You can’t perform that action at this time.
0 commit comments