Add quality gate workflow 5.
This commit is contained in:
committed by
vitor-aignosi
parent
602d8caa78
commit
c5295782d6
13
.github/workflows/quality-gate.yml
vendored
13
.github/workflows/quality-gate.yml
vendored
@@ -21,13 +21,14 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Generate GitHub App token
|
||||
id: generate-token
|
||||
uses: tibdex/github-app-token@v2
|
||||
- name: Generate token
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user