Skip to content

Commit

Permalink
Merge pull request #2986 from redpanda-data/DEVPROD-2344-cloudsmith
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhsu authored Nov 7, 2024
2 parents c09208b + 16cf4ac commit d42fb13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: aws-actions/aws-secretsmanager-get-secrets@v2
with:
secret-ids: |
,sdlc/prod/github/cloudsmith_api_key
,sdlc/prod/github/cloudsmith
parse-json-secrets: true

- name: Free up some disk space on ubuntu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
check-latest: true

- name: Lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0
args: --timeout 30m cmd/... internal/... public/...

0 comments on commit d42fb13

Please sign in to comment.