Skip to content

Commit 8e46337

Browse files
committed
[CHORE] Remove duplicate-files.json and duplicates.json; update publish-unlocked-package.sh for improved GitHub authentication
1 parent eebb3da commit 8e46337

File tree

3 files changed

+2
-32
lines changed

3 files changed

+2
-32
lines changed

duplicate-files.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

duplicates.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

scripts/bash/publish-unlocked-package.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ app_bot_token=$2
99
runner_bot_token=$3
1010

1111
scripts/bash/config-github-bot.sh
12+
1213
sf package version create --package Moxygen --installation-key-bypass --wait 10
1314
echo $app_bot_token | gh auth login --with-token
1415
git checkout -b $branch_name
1516
git add sfdx-project.json
1617
git commit -m "[Automated] Created Package Version"
1718
git push --set-upstream origin $branch_name
1819
gh pr create --title "Publish Moxygen" --body "Automated PR to publish Moxygen" --base main
20+
1921
echo $runner_bot_token | gh auth login --with-token
2022
gh pr review $branch_name -a
2123
echo $app_bot_token | gh auth login --with-token

0 commit comments

Comments
 (0)