Skip to content

Commit 5aff040

Browse files
committed
chore: another attempt to fix the secrets
1 parent 4c2d7e7 commit 5aff040

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/workflows.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,12 @@ on:
3232
type: string
3333
default: ''
3434
secrets:
35-
acr-username: ${{ secrets.AZURE_APP_ID_ACR }}
36-
acr-password: ${{ secrets.AZURE_PASSWORD_ACR }}
37-
pip-extra-index-url: ${{secrets.PIP_EXTRA_INDEX_URL}}
35+
acr-username:
36+
required: true
37+
acr-password:
38+
required: true
39+
pip-extra-index-url:
40+
required: true
3841
outputs:
3942
tag:
4043
description: 'Final tag used for the multi-architecture docker image'

0 commit comments

Comments
 (0)