Skip to content

Commit be4509c

Browse files
committed
fixup! feat: add action workflow for bumping coder-cli
1 parent b8bff81 commit be4509c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bump-coder-cli.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ jobs:
1616
run: |
1717
git config --global user.email "bot@coder.com"
1818
git config --global user.name "Coder Bot"
19+
git remote add github "https://$GITHUB_ACTOR:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY.git"
1920
- run: |
2021
./ci/scripts/bump-coder-cli.sh 1.14.1
2122
git diff
2223
git checkout -b bump-coder-cli-1.14.1
2324
git add coder-cli.rb
2425
git commit -m "feat: bump coder-cli version to v$version"
25-
git push --set-upstream origin bump-coder-cli-1.14.1
26+
git push --set-upstream github bump-coder-cli-1.14.1
2627
gh pr create --fill --reviewer cmoog

0 commit comments

Comments
 (0)