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 4488c1b commit 9574c3bCopy full SHA for 9574c3b
.github/workflows/deploy_hub.yml
@@ -7,18 +7,11 @@ on:
7
- completed
8
9
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
19
call-build-image:
20
uses: osg-htc/build-push/.github/workflows/build-push.yaml@main
21
- secrets: inherit
+ secrets:
+ OSG_HARBOR_ROBOT_PASSWORD: ${{ secrets.OSG_HARBOR_ROBOT_PASSWORD }}
+ OSG_HARBOR_ROBOT_USER: ${{ secrets.OSG_HARBOR_ROBOT_USER }}
22
with:
23
image: 'hub.opensciencegrid.org/chtc/chtc-website'
24
artifact: chtc-website
0 commit comments