Skip to content

Commit 39246d3

Browse files
committed
ci(workflows): cleanup workflow environments and options
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent 178a617 commit 39246d3

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ permissions:
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
HUSKY: 0
23-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2423
REF: ${{ github.head_ref || github.ref_name }}
2524
concurrency:
2625
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ jobs:
9090
name: Import GPG key
9191
uses: crazy-max/ghaction-import-gpg@v5.1.0
9292
with:
93-
git_commit_gpgsign: true
9493
git_config_global: true
9594
git_tag_gpgsign: true
9695
git_user_signingkey: true
@@ -110,7 +109,6 @@ jobs:
110109
run: yarn
111110
env:
112111
HUSKY: 0
113-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
114112
- id: pack
115113
name: Pack project
116114
run: yarn pack -o %s-%v.tgz

0 commit comments

Comments
 (0)