File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 26
26
packageManager : pnpm
27
27
packageManagerVersion : 9
28
28
29
+ - name : Import bot's GPG key for signing commits
30
+ id : import-gpg
31
+ uses : crazy-max/ghaction-import-gpg@v4
32
+ with :
33
+ gpg_private_key : ${{ secrets.PINAX_BOT_PGP_PRIVATE_KEY }}
34
+ passphrase : ${{ secrets.PINAX_BOT_PGP_PASSPHRASE }}
35
+ git_committer_name : pinax-bot
36
+ git_committer_email :
[email protected]
37
+ git_config_global : true
38
+ git_user_signingkey : true
39
+ git_commit_gpgsign : true
40
+
29
41
- name : Set variables
30
42
id : vars
31
43
run : |
45
57
commit : ${{ env.RELEASE_COMMIT_MSG }}
46
58
title : Upcoming Release Changes
47
59
createGithubReleases : true
60
+ setupGitUser : false
48
61
githubReleaseName : ${{ steps.vars.outputs.date }}
49
62
githubReleaseAssets : packages/cli/dist/*.tar.gz
50
63
env :
51
64
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
52
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
65
+ GITHUB_TOKEN : ${{ secrets.PINAX_BOT_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments