File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 1919 - name : Set up Go
2020 uses : actions/setup-go@37335c7bb261b353407cff977110895fa0b4f7d8
2121 with :
22- go-version : 1.17
23- - run : go build -ldflags="-s -w" -o ./agent
24- - name : Configure aws credentials
25- uses : aws-actions/configure-aws-credentials@ea7b857d8a33dc2fb4ef5a724500044281b49a5e
26- with :
27- aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
28- aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
29- aws-region : us-west-2
30- - run : aws s3 cp ./agent s3://step-security-agent/refs/heads/int/agent --acl public-read
31- - name : Integration test
32- uses : docker://ghcr.io/step-security/integration-test/int:latest
33- env :
34- PAT : ${{ secrets.PAT }}
22+ go-version : 1.17
3523 - uses : goreleaser/goreleaser-action@v2
3624 with :
3725 distribution : goreleaser
You can’t perform that action at this time.
0 commit comments