diff --git a/.github/workflows/pull-requests.yaml b/.github/workflows/pull-requests.yaml index 157319db..42ac1949 100644 --- a/.github/workflows/pull-requests.yaml +++ b/.github/workflows/pull-requests.yaml @@ -1,7 +1,7 @@ name: Pull Request env: - REGISTRY: ${{ secrets.OCIR_REPO }} + REGISTRY: ${{ vars.OCIR_REPO }} on: pull_request: types: [opened, synchronize, reopened]