mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
docs: update AZ credentials
This commit is contained in:
parent
44df75daab
commit
049c5a3d4d
9
.github/workflows/docs.yml
vendored
9
.github/workflows/docs.yml
vendored
|
@ -5,8 +5,9 @@ on:
|
|||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'website/**'
|
||||
- 'themes/**'
|
||||
- "website/**"
|
||||
- "themes/**"
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
id-token: write
|
||||
|
@ -44,9 +45,7 @@ jobs:
|
|||
kubectl config set-context posh --namespace demo
|
||||
- uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2
|
||||
with:
|
||||
client-id: ${{ secrets.AZURE_CLIENT_ID }}
|
||||
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
|
||||
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
|
||||
creds: ${{ secrets.AZURE_CREDENTIALS }}
|
||||
- name: Build oh-my-posh 🔧
|
||||
run: |
|
||||
cd src
|
||||
|
|
Loading…
Reference in a new issue