From 299f079cdcfb9766d2d724789734a71e879f2abc Mon Sep 17 00:00:00 2001 From: "immich-push-o-matic[bot]" <179150890+immich-push-o-matic[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 16:31:13 +0000 Subject: [PATCH] chore(main): release create-workflow-token-action 2.0.0 --- .release-please-manifest.json | 2 +- actions/create-workflow-token/CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f5fdadbf2..c23fcb82f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -5,5 +5,5 @@ "services/outline-role-sync": "1.0.0", ".github/workflows": "2.4.0", "actions/pre-job": "2.0.4", - "actions/create-workflow-token": "1.0.3" + "actions/create-workflow-token": "2.0.0" } diff --git a/actions/create-workflow-token/CHANGELOG.md b/actions/create-workflow-token/CHANGELOG.md index d758f81fe..656dfe7b9 100644 --- a/actions/create-workflow-token/CHANGELOG.md +++ b/actions/create-workflow-token/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/immich-app/devtools/compare/create-workflow-token-action-v1.0.3...create-workflow-token-action-v2.0.0) (2026-05-06) + + +### ⚠ BREAKING CHANGES + +* client-id input on create-workflow-token action ([#1567](https://github.com/immich-app/devtools/issues/1567)) + +### Features + +* client-id input on create-workflow-token action ([#1567](https://github.com/immich-app/devtools/issues/1567)) ([01f896c](https://github.com/immich-app/devtools/commit/01f896c43507c7d663af28ddcaf09c02a2e9cd7a)) + ## [1.0.3](https://github.com/immich-app/devtools/compare/create-workflow-token-action-v1.0.2...create-workflow-token-action-v1.0.3) (2026-05-05)