Skip to content

Commit

Permalink
Inherit secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-Der committed Apr 9, 2024
1 parent 091e239 commit b964718
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
with:
go-version: ${{ matrix.go }}
codecov-token: ${{ env.CODECOV_TOKEN }}
secrets: inherit

test-i386:
uses: pion/.goassets/.github/workflows/test-i386.reusable.yml@master
Expand All @@ -43,3 +44,4 @@ jobs:
with:
go-version: "1.22" # auto-update/latest-go-version
codecov-token: ${{ env.CODECOV_TOKEN }}
secrets: inherit

0 comments on commit b964718

Please sign in to comment.