diff --git a/.github/workflows/update-cmo-jsonnet-deps.yaml b/.github/workflows/update-cmo-jsonnet-deps.yaml index 56cb4bd..2183452 100644 --- a/.github/workflows/update-cmo-jsonnet-deps.yaml +++ b/.github/workflows/update-cmo-jsonnet-deps.yaml @@ -28,12 +28,14 @@ jobs: with: app_id: ${{ secrets.APP_ID }} private_key: ${{ secrets.APP_PRIVATE_KEY }} + scope: openshift - name: get cloner app token id: cloner uses: getsentry/action-github-app-token@v1 with: app_id: ${{ secrets.CLONER_APP_ID }} private_key: ${{ secrets.CLONER_APP_PRIVATE_KEY }} + scope: rhobs - name: Create Pull Request uses: arajkumar/create-pull-request@v3 with: