Add quality gate workflow 6.
This commit is contained in:
committed by
vitor-aignosi
parent
c5295782d6
commit
4e8dcc81b5
9
.github/workflows/quality-gate.yml
vendored
9
.github/workflows/quality-gate.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user