Skip to content

Commit ff6a9ee

Browse files
committed
Apply kubedb/installer#2281: harden CI workflows
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent cc5420d commit ff6a9ee

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/release-tracker.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ jobs:
2727
git config --global user.email "${GITHUB_USER}@appscode.com"
2828
git remote set-url origin https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
2929
30-
- name: Install GitHub CLI
31-
run: |
32-
curl -fsSL https://github.com/github/hub/raw/master/script/get | bash -s 2.14.1
33-
sudo mv bin/hub /usr/local/bin
34-
3530
- name: Generate GitHub App token
3631
id: app-token
3732
if: |

hack/scripts/update-release-tracker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ case $GITHUB_BASE_REF in
6969
;;
7070
esac
7171

72-
hub api "$api_url" -f body="$msg"
72+
gh api "$api_url" -f body="$msg"

0 commit comments

Comments
 (0)