Compare commits
1 Commits
v1
...
fix/token-
| Author | SHA1 | Date | |
|---|---|---|---|
| 1c56ef1280 |
@@ -1,12 +1,11 @@
|
||||
name: Setup composer
|
||||
description: Install and cache composer dependencies
|
||||
author: Jamie Schouten
|
||||
|
||||
inputs:
|
||||
args:
|
||||
description: 'install arguments'
|
||||
required: false
|
||||
default: '--verbose --prefer-dist --no-progress --no-interaction --optimize-autoloader --ignore-platform-reqs --no-scripts'
|
||||
default: '--verbose --prefer-dist --no-progress --no-interaction --optimize-autoloader --ignore-platform-reqs'
|
||||
file:
|
||||
description: 'file to hash for cache key'
|
||||
required: false
|
||||
@@ -15,18 +14,12 @@ inputs:
|
||||
description: 'Packistry deploy token'
|
||||
required: false
|
||||
default: ${{ vars.PACKISTRY_DEPLOY_TOKEN }}
|
||||
fetch-depth:
|
||||
description: 'Number of commits to fetch during checkout'
|
||||
required: false
|
||||
default: '1'
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: ${{ inputs.fetch-depth }}
|
||||
|
||||
- name: Auth registry
|
||||
run: composer config --global bearer.packistry.qlic.nl ${{ inputs.packistry-token }}
|
||||
|
||||
Reference in New Issue
Block a user