Skip to content

Commit

Permalink
Pass only necessary secrets to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Sep 3, 2024
1 parent 1d3c05b commit e097fa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ on:
jobs:
build:
uses: nasa-gcn/.github/.github/workflows/node.yml@main
secrets: inherit
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e097fa1

Please sign in to comment.