Skip to content

Commit d0c3e68

Browse files
committed
Explicitly require a secret in workflow
1 parent fa23d75 commit d0c3e68

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: Publish RubyGem
22

33
on:
4+
workflow_call:
5+
secrets:
6+
JS_ROUTES_RUBYGEMS_KEY:
7+
description: "RubyGems account API key"
8+
required: true
9+
10+
411
workflow_dispatch: # Trigger the workflow manually
512
inputs:
613
otp_code:

0 commit comments

Comments
 (0)