mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
chore(ci): login to azure
This commit is contained in:
parent
8024613f0b
commit
b7a71a09db
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
|
@ -29,6 +29,9 @@ jobs:
|
|||
with:
|
||||
node_image: kindest/node:v1.23.4@sha256:0e34f0d0fd448aa2f2819cfd74e99fe5793a6e4938b328f657c8e3f81ee0dfb9
|
||||
cluster_name: posh
|
||||
- uses: azure/login@v1
|
||||
with:
|
||||
creds: ${{ secrets.AZURE_CREDENTIALS }}
|
||||
- name: Build oh-my-posh 🔧
|
||||
run: |
|
||||
cd src
|
||||
|
|
Loading…
Reference in a new issue