Skip to content

Commit e58892f

Browse files
author
Cameron Meissner
committed
chore: test
1 parent af83e30 commit e58892f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/oidc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
tenant-id: ${{ secrets.AZURE_KV_TENANT_ID }}
2121
subscription-id: ${{ secrets.AZURE_KV_SUBSCRIPTION_ID }}
2222

23-
- name: Get app credentials
23+
- name: Get assistant private key
2424
id: app-credentials
2525
uses: azure/cli@v2
2626
with:
@@ -36,4 +36,4 @@ jobs:
3636
uses: actions/create-github-app-token@v1
3737
with:
3838
app-id: ${{ vars.APP_ID }}
39-
private-key: ${{ steps.app-credentials.outputs.private-key }}
39+
private-key: asdfasdf

0 commit comments

Comments
 (0)