File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ permissions:
2020env :
2121 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2222 HUSKY : 0
23- NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2423 REF : ${{ github.head_ref || github.ref_name }}
2524concurrency :
2625 group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments