Skip to content

Commit

Permalink
Require ldk-node deploy key secret in the publish workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmitr committed Jun 11, 2024
1 parent db67d9a commit 71db948
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-bindings-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Build libraries for all targets

on:
workflow_call:
secrets:
LDK_NODE_GO_DEPLOY_KEY:
required: true

env:
LDK_BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
Expand Down

0 comments on commit 71db948

Please sign in to comment.