From 5245ae291a031ad531dc6e9ae628359819cb5d2b Mon Sep 17 00:00:00 2001 From: Bruno Domingues Date: Wed, 14 May 2025 14:58:00 -0300 Subject: [PATCH] Add quality gate workflow 6. --- .github/workflows/quality-gate.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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: