diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a324712..c4889dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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'