Skip to content

Commit

Permalink
fix(ci): Added Auth URL secret
Browse files Browse the repository at this point in the history
  • Loading branch information
maxemiliang committed Mar 17, 2024
1 parent fd094f7 commit b74e9e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmarker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
INPUT_BENCHMARK_TYPE: ${{ inputs.benchmark_type }}
INPUT_BENCHMARKS: ${{ inputs.benchmarks }}
INPUT_SHOT_EXECUTABLE: ${{ inputs.shot_executable }}
OS_AUTH_URL: ${{ secrets.OS_AUTH_URL }}
OS_PROJECT_ID: ${{ secrets.OS_PROJECT_ID }}
OS_PROJECT_NAME: ${{ secrets.OS_PROJECT_NAME }}
OS_USER_DOMAIN_NAME: "Default"
Expand Down

0 comments on commit b74e9e1

Please sign in to comment.