File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 }}"],
You can’t perform that action at this time.
0 commit comments