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:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- 'website/**'
|
- "website/**"
|
||||||
- 'themes/**'
|
- "themes/**"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
|
@ -44,9 +45,7 @@ jobs:
|
||||||
kubectl config set-context posh --namespace demo
|
kubectl config set-context posh --namespace demo
|
||||||
- uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2
|
- uses: azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2
|
||||||
with:
|
with:
|
||||||
client-id: ${{ secrets.AZURE_CLIENT_ID }}
|
creds: ${{ secrets.AZURE_CREDENTIALS }}
|
||||||
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
|
|
||||||
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
|
|
||||||
- name: Build oh-my-posh 🔧
|
- name: Build oh-my-posh 🔧
|
||||||
run: |
|
run: |
|
||||||
cd src
|
cd src
|
||||||
|
|
Loading…
Reference in a new issue