Skip to content

Commit 8a8925f

Browse files
committed
.github: upload-to-cloudsmith: Map secrets
Signed-off-by: Jorge Marques <jorge.marques@analog.com>
1 parent 36615a6 commit 8a8925f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/upload-to-cloudsmith.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
artifacts:
77
required: true
88
type: string
9+
secrets:
10+
CLOUDSMITH_SERVICE_SLUG:
11+
required: false
12+
CLOUDSMITH_API_KEY:
13+
required: false
914

1015
permissions:
1116
id-token: write

0 commit comments

Comments
 (0)