Skip to content

Commit

Permalink
chore: inherit secrets on workflow_call of tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderblue committed May 22, 2023
1 parent 1c6d923 commit 29b8643
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
test:
if: github.ref == 'refs/heads/main'
uses: newrelic/deployment-marker-action/.github/workflows/test.yml@main
secrets: inherit


release:
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 29b8643

Please sign in to comment.