We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d71d89 commit 9bcde61Copy full SHA for 9bcde61
.github/workflows/publish-swift-package.yaml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@v3
26
with:
27
path: dist
28
- ssh-key: ${{ secrets.SWIFT_DEPLOY_SSH_KEY }}
+ ssh-key: ${{ secrets.NOSTR_SDK_SWIFT_DEPLOY_KEY }}
29
30
- name: Build Swift bindings
31
working-directory: build/bindings/nostr-sdk-ffi
0 commit comments