File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : Release sdk
3
3
4
+ concurrency :
5
+ group : release
6
+
4
7
on :
5
8
workflow_dispatch :
6
9
10
13
ATALA_GITHUB_ACTOR : ${{ github.actor }}
11
14
ATALA_GITHUB_TOKEN : ${{ secrets.IDENTUS_CI }}
12
15
SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK }}
13
-
16
+ permissions :
17
+ contents : write
18
+ packages : write
14
19
runs-on : ubuntu-latest
15
20
steps :
16
21
- uses : actions/checkout@v3
@@ -23,19 +28,23 @@ jobs:
23
28
with :
24
29
node-version : " lts/*"
25
30
26
- - uses : crazy-max/ghaction-import-gpg@v5
31
+ - uses : crazy-max/ghaction-import-gpg@v6
27
32
id : import_gpg
28
33
with :
29
- gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
34
+ gpg_private_key : ${{ secrets.HYP_BOT_GPG_PRIVATE }}
35
+ passphrase : ${{ secrets.HYP_BOT_GPG_PASSWORD }}
30
36
git_user_signingkey : true
31
37
git_commit_gpgsign : true
38
+ git_config_global : true
39
+ git_tag_gpgsign : false
32
40
33
41
- name : Release
34
42
env :
35
43
GIT_AUTHOR_EMAIL : ${{ steps.import_gpg.outputs.email }}
36
44
GIT_COMMITTER_EMAIL : ${{ steps.import_gpg.outputs.email }}
37
45
GIT_AUTHOR_NAME : ${{ steps.import_gpg.outputs.name }}
38
46
GIT_COMMITTER_NAME : ${{ steps.import_gpg.outputs.name }}
47
+ GITHUB_TOKEN : ${{ secrets.IDENTUS_CI }}
39
48
run : |
40
49
npm install
41
50
npx semantic-release
You can’t perform that action at this time.
0 commit comments