Skip to content

Commit 9574c3b

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

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/deploy_hub.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,11 @@ on:
77
- completed
88

99
jobs:
10-
11-
check-secrets:
12-
runs-on: ubuntu-latest
13-
steps:
14-
- name: Check for secrets
15-
run: |
16-
echo "Secrets: ${{ toJson(secrets) }}"
17-
18-
1910
call-build-image:
2011
uses: osg-htc/build-push/.github/workflows/build-push.yaml@main
21-
secrets: inherit
12+
secrets:
13+
OSG_HARBOR_ROBOT_PASSWORD: ${{ secrets.OSG_HARBOR_ROBOT_PASSWORD }}
14+
OSG_HARBOR_ROBOT_USER: ${{ secrets.OSG_HARBOR_ROBOT_USER }}
2215
with:
2316
image: 'hub.opensciencegrid.org/chtc/chtc-website'
2417
artifact: chtc-website

0 commit comments

Comments
 (0)