We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7acc8fe commit 9c259c7Copy full SHA for 9c259c7
1 file changed
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
name: Prepare
15
runs-on: ubuntu-latest
16
17
- if: github.repository_owner == 'drivenets'
+ # if: github.repository_owner == 'drivenets'
18
19
permissions:
20
contents: write # to create release (changesets/action)
@@ -31,6 +31,8 @@ jobs:
31
with:
32
fetch-depth: 0
33
filter: 'blob:none'
34
+ ssh-key: ${{ secrets.DEPLOY_KEY }}
35
+ persist-credentials: true
36
37
- name: Install Dependencies
38
uses: ./.github/actions/install
@@ -41,7 +43,6 @@ jobs:
41
43
42
44
commit: 'chore(release): publish'
45
title: 'chore(release): publish'
- commitMode: 'github-api'
46
47
build:
48
name: Build for publish
0 commit comments