Skip to content

Commit 94fd15b

Browse files
authored
Checkout using deploy_key (#8)
1 parent 25390a5 commit 94fd15b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ permissions:
88
contents: write # we need this to be able to push tags
99

1010
jobs:
11-
version_check:
11+
release_tag:
1212
name: Release version
1313
runs-on: ubuntu-24.04
1414
steps:
1515
- name: Checkout code
1616
uses: actions/checkout@v4
17+
with:
18+
ssh-key: ${{ secrets.PUSH_KEY }}
1719

1820
- name: Read and validate VERSION
1921
id: version

0 commit comments

Comments
 (0)