diff --git a/.github/workflows/quality-gate.yml b/.github/workflows/quality-gate.yml index 0869cd9..b30195d 100644 --- a/.github/workflows/quality-gate.yml +++ b/.github/workflows/quality-gate.yml @@ -23,12 +23,11 @@ jobs: - name: Generate token id: generate_token - uses: actions/create-github-app-token@v1 + uses: tibdex/github-app-token@v1 with: - app-id: ${{ secrets.APP_ID }} - private-key: ${{ secrets.APP_PRIVATE_KEY }} - owner: 'Aignosi' - repositories: 'sientia-dataops-library,sientia-mlops-library' + app_id: ${{ secrets.APP_ID }} + private_key: ${{ secrets.APP_PRIVATE_KEY }} + installation_id: ${{ secrets.INSTALLATION_ID }} - name: Create temporary requirements file env: