From 27f055e88d21af03632e1ffbdb7c943c670151e7 Mon Sep 17 00:00:00 2001 From: Bruno Domingues Date: Wed, 14 May 2025 14:54:11 -0300 Subject: [PATCH] Add quality gate workflow 5. --- .github/workflows/quality-gate.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/quality-gate.yml b/.github/workflows/quality-gate.yml index a4cbbf1..0869cd9 100644 --- a/.github/workflows/quality-gate.yml +++ b/.github/workflows/quality-gate.yml @@ -21,13 +21,14 @@ jobs: with: fetch-depth: 0 - - name: Generate GitHub App token - id: generate-token - uses: tibdex/github-app-token@v2 + - name: Generate token + id: generate_token + uses: actions/create-github-app-token@v1 with: - app_id: ${{ secrets.APP_ID }} - private_key: ${{ secrets.APP_PRIVATE_KEY }} -# installation_id: ${{ secrets.INSTALLATION_ID }} + app-id: ${{ secrets.APP_ID }} + private-key: ${{ secrets.APP_PRIVATE_KEY }} + owner: 'Aignosi' + repositories: 'sientia-dataops-library,sientia-mlops-library' - name: Create temporary requirements file env: