Skip to content

Commit 0874225

Browse files
authored
chore: [automated] checksum updates (#92)
1 parent c4cee5e commit 0874225

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/create-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
id: "mint-token"
3737
uses: "abcxyz/github-token-minter/.github/actions/mint-token@4cdad179cc950bd35ed940bd4affeaa9cc95a4bc" # ratchet:abcxyz/github-token-minter/.github/actions/mint-token@main
3838
with:
39-
wif_provider: "${{ inputs.token_minter_wif_provider }}"
40-
wif_service_account: "${{ inputs.token_minter_wif_service_account }}"
41-
service_audience: "${{ inputs.token_minter_service_audience }}"
42-
service_url: "${{ inputs.token_minter_service_url }}"
39+
wif_provider: '${{ vars.TOKEN_MINTER_WIF_PROVIDER }}'
40+
wif_service_account: '${{ vars.TOKEN_MINTER_WIF_SERVICE_ACCOUNT }}'
41+
service_audience: '${{ vars.TOKEN_MINTER_SERVICE_AUDIENCE }}'
42+
service_url: '${{ vars.TOKEN_MINTER_SERVICE_URL }}'
4343
requested_permissions: |-
4444
{
4545
"repositories": ["${{ github.event.repository.name }}"],

0 commit comments

Comments
 (0)