From 04af14ff2a166e5bc1eddf2beff27339fc3ccba2 Mon Sep 17 00:00:00 2001 From: Bruno Domingues Date: Wed, 14 May 2025 15:00:35 -0300 Subject: [PATCH] Add quality gate workflow 7. --- .github/workflows/quality-gate.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/quality-gate.yml b/.github/workflows/quality-gate.yml index b30195d..aef88bc 100644 --- a/.github/workflows/quality-gate.yml +++ b/.github/workflows/quality-gate.yml @@ -22,12 +22,13 @@ jobs: fetch-depth: 0 - name: Generate token - id: generate_token - uses: tibdex/github-app-token@v1 + 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: