Add quality gate workflow 7.
This commit is contained in:
committed by
vitor-aignosi
parent
4e8dcc81b5
commit
822b1f31eb
11
.github/workflows/quality-gate.yml
vendored
11
.github/workflows/quality-gate.yml
vendored
@@ -22,12 +22,13 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Generate token
|
- name: Generate token
|
||||||
id: generate_token
|
id: generate-token
|
||||||
uses: tibdex/github-app-token@v1
|
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user