Skip to content

Commit dd26bf4

Browse files
committed
Add in the actions needed
- Things look good on the test site, push to prod
1 parent 9574c3b commit dd26bf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_hub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
call-build-image:
1111
uses: osg-htc/build-push/.github/workflows/build-push.yaml@main
1212
secrets:
13-
OSG_HARBOR_ROBOT_PASSWORD: ${{ secrets.OSG_HARBOR_ROBOT_PASSWORD }}
14-
OSG_HARBOR_ROBOT_USER: ${{ secrets.OSG_HARBOR_ROBOT_USER }}
13+
password: ${{ secrets.OSG_HARBOR_ROBOT_PASSWORD }}
14+
username: ${{ secrets.OSG_HARBOR_ROBOT_USER }}
1515
with:
1616
image: 'hub.opensciencegrid.org/chtc/chtc-website'
1717
artifact: chtc-website

0 commit comments

Comments
 (0)