diff --git a/.github/workflows/run-nala.yml b/.github/workflows/run-nala.yml index 03dcbb7..960fc1e 100644 --- a/.github/workflows/run-nala.yml +++ b/.github/workflows/run-nala.yml @@ -24,3 +24,4 @@ jobs: prRepo: ${{ github.event.pull_request.head.repo.name }} prBranch: ${{ github.event.pull_request.head.ref }} prBaseBranch: ${{ github.event.pull_request.base.ref }} + HLX_API_KEY: ${{ secrets.HLX_API_KEY }}