From 20aad6b0d0392cd1865958f021f4eb012c451826 Mon Sep 17 00:00:00 2001 From: Duje Begonja Date: Thu, 21 Nov 2024 13:59:05 -0500 Subject: [PATCH] inherit secrets --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 54c9dba0d..d81abf2bf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -177,8 +177,8 @@ jobs: phylum_analyze: if: ${{ github.event.pull_request }} uses: radixdlt/public-iac-resuable-artifacts/.github/workflows/phylum-analyze.yml@DO-2802-phylum-wokrflow-update - secrets: - phylum_api_key: ${{ secrets.PHYLUM_API_KEY }} + secrets: inherit + #phylum_api_key: ${{ secrets.PHYLUM_API_KEY }} with: phylum_pr_number: ${{ github.event.number }} phylum_pr_name: ${{ github.head_ref }}