Skip to content

Commit

Permalink
Pass secret as input to composite action.
Browse files Browse the repository at this point in the history
Required-githooks: true

Signed-off-by: Phil Henderson <[email protected]>
  • Loading branch information
phender committed Oct 18, 2024
1 parent c782bbc commit 1d6949b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/functional-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ on:
jenkins_url:
type: string
default: https://build.hpdd.intel.com/
secrets:
GITHUB_TOKEN:
required: true

Expand Down Expand Up @@ -106,7 +105,7 @@ runs:
uses: EnricoMi/publish-unit-test-result-action@v2
with:
check_name: ${{ env.STAGE_NAME }} Test Results (old)
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ inputs.GITHUB_TOKEN }}
junit_files: ${{ env.STAGE_NAME }}/**/results.xml
- name: Publish artifacts
if: (!cancelled()) && (success() || failure()) &&
Expand Down

0 comments on commit 1d6949b

Please sign in to comment.