Skip to content

Commit

Permalink
fix semver action
Browse files Browse the repository at this point in the history
  • Loading branch information
EmadMokhtar committed Apr 21, 2024
1 parent 01b6951 commit eb10d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/semver-lable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
repo_ssh_key: ${{ secrets.semver_github_action }}

0 comments on commit eb10d10

Please sign in to comment.