Skip to content

Commit d42fb13

Browse files
authored
Merge pull request #2986 from redpanda-data/DEVPROD-2344-cloudsmith
2 parents c09208b + 16cf4ac commit d42fb13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: aws-actions/aws-secretsmanager-get-secrets@v2
2727
with:
2828
secret-ids: |
29-
,sdlc/prod/github/cloudsmith_api_key
29+
,sdlc/prod/github/cloudsmith
3030
parse-json-secrets: true
3131

3232
- name: Free up some disk space on ubuntu

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
check-latest: true
5757

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

0 commit comments

Comments
 (0)