Skip to content

Commit 231ffec

Browse files
committed
chore: inherit secrets
1 parent 1041d72 commit 231ffec

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/workflows.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ on:
66
description: 'Name of images to build'
77
required: true
88
type: string
9-
acr-username:
10-
description: 'Username to use when logging into ACR'
11-
required: true
12-
type: string
13-
acr-password:
14-
description: 'Password to use when logging into ACR'
15-
required: true
16-
type: string
9+
acr-username: ${{ secrets.AZURE_APP_ID_ACR }}
10+
# description: 'Username to use when logging into ACR'
11+
# required: true
12+
# type: string
13+
acr-password: ${{ secrets.AZURE_PASSWORD_ACR }}
14+
# description: 'Password to use when logging into ACR'
15+
# required: true
16+
# type: string
1717
acr-registry-url:
1818
description: 'The url of the ACR registry to fetch credentials from'
1919
required: false
2020
type: string
2121
default: 'tignis.azurecr.io'
22-
pip-extra-index-url:
23-
description: 'The PIP_EXTRA_INDEX_URL for private pip packages'
24-
required: true
25-
type: string
22+
pip-extra-index-url: ${{secrets.PIP_EXTRA_INDEX_URL}}
23+
# description: 'The PIP_EXTRA_INDEX_URL for private pip packages'
24+
# required: true
25+
# type: string
2626
push:
2727
description: 'Also push the image to the remote repository'
2828
required: false

0 commit comments

Comments
 (0)