From eb10d109b3b4a13ea3a6ebf733317044dfc21469 Mon Sep 17 00:00:00 2001 From: Emad Mokhtar Date: Sun, 21 Apr 2024 11:23:12 +0200 Subject: [PATCH] fix semver action --- .github/workflows/semver-lable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/semver-lable.yml b/.github/workflows/semver-lable.yml index fe381e8..5e9c2bd 100644 --- a/.github/workflows/semver-lable.yml +++ b/.github/workflows/semver-lable.yml @@ -15,9 +15,9 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: "0" - ssh-key: ${{ secrets.semver_github_action }} + ssh-key: ${{ secrets.SEMVER_GITHUB_ACTION_PRIVATE }} - name: bump semVer uses: simontheleg/semver-tag-from-pr-action@v1.4.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - repo_ssh_key: ${{ secrets.SEMVER_GITHUB_ACTION_PRIVATE }} \ No newline at end of file + repo_ssh_key: ${{ secrets.semver_github_action }} \ No newline at end of file