Skip to content

Commit

Permalink
[CI] Pass secrets.UPLOAD_COLLECTOR_TOKEN to Upload build stats job
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak committed Jun 17, 2024
1 parent 3b92dd4 commit a048ce8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/base-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,8 @@ jobs:
artifacts-suffix: ${{ needs.get-test-matrix.outputs.artifacts-suffix }}
build-stats-tag: ${{ inputs.build-stats-tag }}
category: ${{ matrix.category }}
secrets:
UPLOAD_COLLECTOR_TOKEN: ${{ secrets.UPLOAD_COLLECTOR_TOKEN }}

mandrel-integration-tests:
name: Q Mandrel IT
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,8 @@ jobs:
artifacts-suffix: ${{ needs.get-test-matrix.outputs.artifacts-suffix }}
build-stats-tag: ${{ inputs.build-stats-tag }}
category: ${{ matrix.category }}
secrets:
UPLOAD_COLLECTOR_TOKEN: ${{ secrets.UPLOAD_COLLECTOR_TOKEN }}

mandrel-integration-tests:
name: Q Mandrel IT
Expand Down

0 comments on commit a048ce8

Please sign in to comment.