Skip to content

Commit

Permalink
fix(ci): Actually pass the secrets to the reusable workflow..
Browse files Browse the repository at this point in the history
  • Loading branch information
maxemiliang committed Mar 17, 2024
1 parent 3452396 commit ed3967a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/benchmarker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ on:
gams_license:
description: 'GAMS license file secret'
required: false
OS_USERNAME:
description: 'OpenStack username'
required: true
OS_PASSWORD:
description: 'OpenStack password'
required: true


outputs:
benchmarks:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
secrets:
gurobi_license: ${{ secrets.GUROBI_LICENSE_FILE }}
gams_license: ${{ secrets.GAMS_LICENSE_FILE }}
OS_USERNAME: ${{ secrets.OS_USERNAME }}
OS_PASSWORD: ${{ secrets.OS_PASSWORD }}

# Publish the test results as an output
# publish-test:
Expand Down

0 comments on commit ed3967a

Please sign in to comment.