From e7cfc786bba4d07ff38874235faa929fb7d384b0 Mon Sep 17 00:00:00 2001 From: Satish Kumar <97025614+satishrudderstack@users.noreply.github.com> Date: Mon, 16 Oct 2023 18:09:57 +0530 Subject: [PATCH] chore: update release version of alerta (#109) --- .github/workflows/pr-onto-dev.yaml | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-onto-dev.yaml b/.github/workflows/pr-onto-dev.yaml index 9302f5474..8808e7419 100644 --- a/.github/workflows/pr-onto-dev.yaml +++ b/.github/workflows/pr-onto-dev.yaml @@ -10,10 +10,10 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: '0' - - name: Set private key - uses: webfactory/ssh-agent@v0.5.4 + - name: Checkout repository + uses: actions/checkout@v2 with: - ssh-private-key: ${{ secrets.GIT_SSH_KEY }} + token: ${{ secrets.PAT }} - name: Get branch name id: branch-name uses: tj-actions/branch-names@v5.1 diff --git a/package.json b/package.json index 66cf7f8e6..e3f63380e 100644 --- a/package.json +++ b/package.json @@ -1,3 +1,3 @@ { - "version":"2.0.8" + "version":"2.0.9" }