fix: add RLN_CREDENTIALS variable to workflow

This commit is contained in:
Roman 2026-06-17 12:25:45 +08:00
parent e3dd306671
commit adbaaa320e
No known key found for this signature in database
GPG Key ID: 583BDF43C238B83E

View File

@ -230,6 +230,7 @@ jobs:
NODE_1: "wakuorg/nwaku:latest"
NODE_2: "wakuorg/nwaku:latest"
ADDITIONAL_NODES: "wakuorg/nwaku:latest,wakuorg/nwaku:latest,wakuorg/nwaku:latest"
RLN_CREDENTIALS: ${{ secrets.RLN_CREDENTIALS }}
steps:
- uses: actions/checkout@v4
with: