We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af83e30 commit e58892fCopy full SHA for e58892f
.github/workflows/oidc.yaml
@@ -20,7 +20,7 @@ jobs:
20
tenant-id: ${{ secrets.AZURE_KV_TENANT_ID }}
21
subscription-id: ${{ secrets.AZURE_KV_SUBSCRIPTION_ID }}
22
23
- - name: Get app credentials
+ - name: Get assistant private key
24
id: app-credentials
25
uses: azure/cli@v2
26
with:
@@ -36,4 +36,4 @@ jobs:
36
uses: actions/create-github-app-token@v1
37
38
app-id: ${{ vars.APP_ID }}
39
- private-key: ${{ steps.app-credentials.outputs.private-key }}
+ private-key: asdfasdf
0 commit comments