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 97eeed8 commit 3b68470Copy full SHA for 3b68470
.github/workflows/buildContainer.yaml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
registry: harbor.computational.bio.uni-giessen.de
24
username: ${{ vars.HARBOR_CB_USERNAME }}
25
- password: ${{ secrets.HARBOR_CB_TOKEN }}
+ password: ${{ secrets.HARBOR_CB_SECRET }}
26
27
- name: Set up Docker Buildx
28
uses: docker/setup-buildx-action@v3
0 commit comments