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 8e8f2c0 commit beb5744
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:
jobs:
node:
uses: nasa-gcn/.github/.github/workflows/node.yml@main
secrets: inherit
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
playwright:
timeout-minutes: 60
runs-on: ubuntu-latest
Expand Down

0 comments on commit beb5744

Please sign in to comment.