Skip to content

Commit 817b323

Browse files
committed
trigger workflow.
- User `vars` to access environment variable
1 parent 014a31e commit 817b323

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/jamo-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: docker/login-action@v3
2828
with:
2929
registry: registry.nersc.gov
30-
username: ${{ env.REGISTRY_USERNAME }}
30+
username: ${{ vars.REGISTRY_USERNAME }}
3131
password: ${{ secrets.REGISTRY_PASSWORD }}
3232

3333
- name: Build and push image

data_management/jamo/jat/src/jat/analysis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ class Analysis(MongoRestful):
281281
'Resequencing']
282282

283283
def __init__(self, config=None):
284+
284285
# config should be required, but when config added, needed to default to None
285286
if config is not None:
286287
self.config = config

0 commit comments

Comments
 (0)