We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014a31e commit 817b323Copy full SHA for 817b323
.github/workflows/jamo-deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: docker/login-action@v3
28
with:
29
registry: registry.nersc.gov
30
- username: ${{ env.REGISTRY_USERNAME }}
+ username: ${{ vars.REGISTRY_USERNAME }}
31
password: ${{ secrets.REGISTRY_PASSWORD }}
32
33
- name: Build and push image
data_management/jamo/jat/src/jat/analysis.py
@@ -281,6 +281,7 @@ class Analysis(MongoRestful):
281
'Resequencing']
282
283
def __init__(self, config=None):
284
+
285
# config should be required, but when config added, needed to default to None
286
if config is not None:
287
self.config = config
0 commit comments