Skip to content

Commit 3b68470

Browse files
committed
fix variable name
1 parent 97eeed8 commit 3b68470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildContainer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
registry: harbor.computational.bio.uni-giessen.de
2424
username: ${{ vars.HARBOR_CB_USERNAME }}
25-
password: ${{ secrets.HARBOR_CB_TOKEN }}
25+
password: ${{ secrets.HARBOR_CB_SECRET }}
2626

2727
- name: Set up Docker Buildx
2828
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)