@@ -10,7 +10,7 @@ inputs:
|
||||
description: 'file to hash for cache key'
|
||||
required: false
|
||||
default: '**/composer.lock'
|
||||
token:
|
||||
packistry-token:
|
||||
description: 'Packistry deploy token'
|
||||
required: false
|
||||
default: ${{ vars.PACKISTRY_DEPLOY_TOKEN }}
|
||||
@@ -22,7 +22,7 @@ runs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Auth registry
|
||||
run: composer config --global bearer.packistry.qlic.nl ${{ inputs.token }}
|
||||
run: composer config --global bearer.packistry.qlic.nl ${{ inputs.packistry-token }}
|
||||
|
||||
- name: Get Composer Cache Directory
|
||||
id: composer-cache
|
||||
|
Reference in New Issue
Block a user