Add quality gate workflow 5.

This commit is contained in:
Bruno Domingues
2025-05-14 14:54:11 -03:00
committed by vitor-aignosi
parent 602d8caa78
commit c5295782d6

View File

@@ -21,13 +21,14 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Generate GitHub App token - name: Generate token
id: generate-token id: generate_token
uses: tibdex/github-app-token@v2 uses: actions/create-github-app-token@v1
with: with:
app_id: ${{ secrets.APP_ID }} app-id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }} private-key: ${{ secrets.APP_PRIVATE_KEY }}
# installation_id: ${{ secrets.INSTALLATION_ID }} owner: 'Aignosi'
repositories: 'sientia-dataops-library,sientia-mlops-library'
- name: Create temporary requirements file - name: Create temporary requirements file
env: env: