File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 53
53
id : import-gpg
54
54
uses : crazy-max/ghaction-import-gpg@v4
55
55
with :
56
- gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
57
- passphrase : ${{ secrets.GPG_PASSPHRASE }}
56
+ gpg_private_key : ${{ secrets.OSLASH_BOT_GPG_PRIVATE_KEY }}
57
+ passphrase : ${{ secrets.OSLASH_BOT_GPG_PASSPHRASE }}
58
58
git_config_global : true
59
59
git_user_signingkey : true
60
60
git_commit_gpgsign : true
63
63
env :
64
64
NPM_USERNAME : oslashbot
65
65
NPM_EMAIL : ${{ steps.import-gpg.outputs.email }}
66
- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
67
- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
66
+ NPM_TOKEN : ${{ secrets.OSLASH_BOT_NPM_TOKEN }}
67
+ NODE_AUTH_TOKEN : ${{ secrets.OSLASH_BOT_NPM_TOKEN }}
68
68
GITHUB_TOKEN : ${{ secrets.OSLASH_BOT_GITHUB_TOKEN }}
69
69
GIT_AUTHOR_NAME : ${{ steps.import-gpg.outputs.name }}
70
70
GIT_AUTHOR_EMAIL : ${{ steps.import-gpg.outputs.email }}
You can’t perform that action at this time.
0 commit comments