File tree Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change 27
27
uses : hashicorp/setup-signore@v1
28
28
with :
29
29
github-token : ${{secrets.SIGNORE_TOKEN}}
30
- - name : Install hc-codesign
31
- id : codesign
32
- run : |
33
- docker login docker.pkg.github.com -u docker -p $GITHUB_TOKEN && \
34
- docker pull docker.pkg.github.com/hashicorp/hc-codesign/hc-codesign:$VERSION && \
35
- echo "::set-output name=image::docker.pkg.github.com/hashicorp/hc-codesign/hc-codesign:$VERSION"
36
- env :
37
- VERSION : v0
38
- GITHUB_TOKEN : ${{ secrets.CODESIGN_GITHUB_TOKEN }}
30
+
39
31
- name : Install wget & clamAV antivirus scanner
40
32
run : |
41
33
sudo apt-get update
60
52
args : release --skip-validate --timeout "60m"
61
53
env :
62
54
PGP_KEY_ID : ${{ secrets.PGP_KEY_ID }}
63
- CODESIGN_IMAGE : ${{ steps.codesign.outputs.image }}
64
55
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
65
56
ARTIFACTORY_TOKEN : ${{ secrets.ARTIFACTORY_TOKEN }}
66
57
ARTIFACTORY_USER : ${{ secrets.ARTIFACTORY_USER }}
Original file line number Diff line number Diff line change 8
8
- darwin_amd64
9
9
- windows_386
10
10
- windows_amd64
11
- hooks :
12
- post : |
13
- docker run
14
- -e ARTIFACTORY_TOKEN={{ .Env.ARTIFACTORY_TOKEN }}
15
- -e ARTIFACTORY_USER={{ .Env.ARTIFACTORY_USER }}
16
- -e CIRCLE_TOKEN={{ .Env.CIRCLE_TOKEN }}
17
- -v {{ dir .Path }}:/workdir
18
- {{ .Env.CODESIGN_IMAGE }}
19
- sign -product-name={{ .ProjectName }} {{ .Name }}
20
11
dir : ./cmd/go-getter/
21
12
flags :
22
13
- -trimpath
You can’t perform that action at this time.
0 commit comments