mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-14 12:48:04 -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:
|
with:
|
||||||
node_image: kindest/node:v1.23.4@sha256:0e34f0d0fd448aa2f2819cfd74e99fe5793a6e4938b328f657c8e3f81ee0dfb9
|
node_image: kindest/node:v1.23.4@sha256:0e34f0d0fd448aa2f2819cfd74e99fe5793a6e4938b328f657c8e3f81ee0dfb9
|
||||||
cluster_name: posh
|
cluster_name: posh
|
||||||
|
- uses: azure/login@v1
|
||||||
|
with:
|
||||||
|
creds: ${{ secrets.AZURE_CREDENTIALS }}
|
||||||
- name: Build oh-my-posh 🔧
|
- name: Build oh-my-posh 🔧
|
||||||
run: |
|
run: |
|
||||||
cd src
|
cd src
|
||||||
|
|
Loading…
Reference in a new issue