docs: update AZ credentials

This commit is contained in:
Jan De Dobbeleer 2023-06-08 08:28:32 +02:00 committed by Jan De Dobbeleer
parent 44df75daab
commit 049c5a3d4d

View file

@ -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