Skip to content

Commit

Permalink
Use ssh-key instead of token
Browse files Browse the repository at this point in the history
  • Loading branch information
mukulmishra18 committed Jan 3, 2024
1 parent 7b3a43a commit 9cf54e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.RELEASE_DEPLOY_KEY }}
ssh-key: ${{ secrets.RELEASE_DEPLOY_KEY }}
ref: develop

- name: Install dependencies
Expand Down

0 comments on commit 9cf54e1

Please sign in to comment.