Skip to content

Commit 214f282

Browse files
DEVOPS-41 added githubapp installtion token action
1 parent c52ca29 commit 214f282

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/github-secrets-configuration-from-azure-keyvault.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ jobs:
3535
pip install poetry
3636
poetry install
3737
38+
- name: Token generator
39+
uses: githubofkrishnadhas/github-access-using-githubapp@v1
40+
with:
41+
github_app_id: ${{ secrets.TOKEN_GENERATOR_APPID }}
42+
github_app_private_key : ${{ secrets.TOKEN_GENERATOR_PRIVATE_KEY }}
43+
github_account_type : 'organization'
44+
3845
- name: run python program
3946
run: |
4047
poetry run python3 main.py --keyvault_name ${{ github.event.inputs.keyvault_name }} \

0 commit comments

Comments
 (0)