Skip to content

Commit

Permalink
ci(workflows): cleanup workflow environments and options
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed Aug 19, 2022
1 parent da93d45 commit 16aca4a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ permissions:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HUSKY: 0
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REF: ${{ github.head_ref || github.ref_name }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v5.1.0
with:
git_commit_gpgsign: true
git_config_global: true
git_tag_gpgsign: true
git_user_signingkey: true
Expand All @@ -107,7 +106,6 @@ jobs:
run: yarn
env:
HUSKY: 0
NODE_AUTH_TOKEN: ${{ env.GITHUB_TOKEN }}
- id: pack
name: Pack project
run: yarn pack -o %s-%v.tgz
Expand Down

0 comments on commit 16aca4a

Please sign in to comment.