Add quality gate workflow 6.
This commit is contained in:
9
.github/workflows/quality-gate.yml
vendored
9
.github/workflows/quality-gate.yml
vendored
@@ -23,12 +23,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Generate token
|
- name: Generate token
|
||||||
id: generate_token
|
id: generate_token
|
||||||
uses: actions/create-github-app-token@v1
|
uses: tibdex/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 }}
|
||||||
owner: 'Aignosi'
|
installation_id: ${{ secrets.INSTALLATION_ID }}
|
||||||
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