Skip to content

Commit 40b359a

Browse files
committed
chore(ci): move common secrets to org-wide
1 parent cd7d806 commit 40b359a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
id: import-gpg
5454
uses: crazy-max/ghaction-import-gpg@v4
5555
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 }}
5858
git_config_global: true
5959
git_user_signingkey: true
6060
git_commit_gpgsign: true
@@ -63,8 +63,8 @@ jobs:
6363
env:
6464
NPM_USERNAME: oslashbot
6565
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 }}
6868
GITHUB_TOKEN: ${{ secrets.OSLASH_BOT_GITHUB_TOKEN }}
6969
GIT_AUTHOR_NAME: ${{ steps.import-gpg.outputs.name }}
7070
GIT_AUTHOR_EMAIL: ${{ steps.import-gpg.outputs.email }}

0 commit comments

Comments
 (0)