From 74129e82cd07a03fc4546b66478b284c3e3abf10 Mon Sep 17 00:00:00 2001 From: Jamie Schouten Date: Tue, 28 Jan 2025 16:13:19 +0100 Subject: [PATCH] Update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 70ae454..dbdbc4a 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,11 @@ This action sets up and installs Composer dependencies for PHP projects, with ca - **Default:** `**/composer.lock` - **Description:** Specifies the file to be hashed for the cache key. By default, it uses the `composer.lock` file, which reflects dependency versions. +- **token** (optional): + - **Type:** `string` + - **Default:** `pkdt-***` + - **Description:** Deploy token to globally authenticate with packistry + ## Usage Example Here’s an example of how to use this action in a workflow to install Composer dependencies and cache them based on the `composer.lock` file: