Skip to content

Commit

Permalink
use secrets input
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Sep 9, 2024
1 parent f28ed1c commit 42eea62
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ on:
description: 'The repository to deploy the coverage report to'
required: true
type: string
coverage_deploy_token:
description: 'The token to use to deploy the coverage report'
required: true
type: string
dist_path:
description: 'The path to the dist directory, relative to the github workspace'
required: false
Expand Down Expand Up @@ -167,6 +163,10 @@ on:
required: false
default: 'false'
type: string
secrets:
coverage_deploy_token:
description: 'The token to use to deploy the coverage report'
required: true

env:
EVEREST_CI_VERSION: v1.3.1
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
target_repo: ${{ inputs.coverage_deploy_target_repo }}
target_logs_name: coverage-report
logs_dir: ${{ inputs.coverage_report_path }}
github_token: ${{ inputs.coverage_deploy_token }}
github_token: ${{ secrets.coverage_deploy_token }}
- name: Create dist
id: create_dist
if: ${{ inputs.run_install == 'true' }}
Expand Down

0 comments on commit 42eea62

Please sign in to comment.