From 546113304e9587c1b4f2b376af81ddb788320ab8 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, 27 May 2026 08:23:21 +0000 Subject: [PATCH] chore(main): release create-workflow-token-action 2.0.1 --- .release-please-manifest.json | 2 +- actions/create-workflow-token/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9b7c66e0d..6453b79df 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -5,6 +5,6 @@ "services/outline-role-sync": "1.0.0", ".github/workflows": "2.4.0", "actions/pre-job": "2.0.4", - "actions/create-workflow-token": "2.0.0", + "actions/create-workflow-token": "2.0.1", "actions/sticky-comment": "1.0.0" } diff --git a/actions/create-workflow-token/CHANGELOG.md b/actions/create-workflow-token/CHANGELOG.md index 656dfe7b9..8128c9ddc 100644 --- a/actions/create-workflow-token/CHANGELOG.md +++ b/actions/create-workflow-token/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/immich-app/devtools/compare/create-workflow-token-action-v2.0.0...create-workflow-token-action-v2.0.1) (2026-05-27) + + +### Chores + +* **deps:** update actions/create-github-app-token action to v3.2.0 ([#1604](https://github.com/immich-app/devtools/issues/1604)) ([88c149b](https://github.com/immich-app/devtools/commit/88c149b076050dff4dee323e7df927f9d41cad36)) + ## [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)