diff --git a/.github/workflows/pr_and_main.yml b/.github/workflows/pr_and_main.yml index f964b34..92bc214 100644 --- a/.github/workflows/pr_and_main.yml +++ b/.github/workflows/pr_and_main.yml @@ -9,6 +9,10 @@ on: jobs: phylum_analyze: uses: radixdlt/public-iac-resuable-artifacts/.github/workflows/phylum-analyze.yml@main + permissions: + id-token: write + pull-requests: write + contents: read secrets: phylum_api_key: ${{ secrets.PHYLUM_API_KEY }}