Skip to content

Commit 57f7498

Browse files
committedOct 22, 2024
minor
1 parent 496112a commit 57f7498

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
 

‎.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ jobs:
2222
uses: ./.github/workflows/dump_ci_stats.yml # Calls the reusable workflow
2323
with:
2424
workflow_name: "Build Job"
25+
secrets: inherit

‎.github/workflows/dump_ci_stats.yml

-2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,4 @@ jobs:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
GCP_CREDENTIALS: ${{ secrets.GCP_CREDENTIALS }}
3030
run: |
31-
echo $GITHUB_TOKEN
32-
echo $GCP_CREDENTIALS
3331
node source/dump-ci-stats-to-gcp-logs.js "${{ inputs.workflow_name }}"

‎.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ jobs:
2222
uses: ./.github/workflows/dump_ci_stats.yml # Calls the reusable workflow
2323
with:
2424
workflow_name: "Test Job"
25+
secrets: inherit

0 commit comments

Comments
 (0)