Skip to content

Commit 7089e53

Browse files
committed
Update release.yml
1 parent 2dcd258 commit 7089e53

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,7 @@ jobs:
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

0 commit comments

Comments
 (0)