Skip to content

Commit

Permalink
Explicitly require a secret in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan committed Dec 8, 2024
1 parent fa23d75 commit d0c3e68
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Publish RubyGem

on:
workflow_call:
secrets:
JS_ROUTES_RUBYGEMS_KEY:
description: "RubyGems account API key"
required: true


workflow_dispatch: # Trigger the workflow manually
inputs:
otp_code:
Expand Down

0 comments on commit d0c3e68

Please sign in to comment.