From 8c980c1ed8a8f6e43cc3c61231b0df3391632c28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 07:31:14 +0000 Subject: [PATCH] chore(main): release create-github-app-token 0.2.3 --- .release-please-manifest.json | 2 +- actions/create-github-app-token/CHANGELOG.md | 7 +++++++ actions/create-github-app-token/README.md | 6 +++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1782a58a1..f23e5b24c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -21,7 +21,7 @@ "actions/remove-checkout-credentials": "0.1.0", "actions/dependabot-auto-triage": "1.1.1", "actions/get-latest-workflow-artifact": "0.2.0", - "actions/create-github-app-token": "0.2.2", + "actions/create-github-app-token": "0.2.3", "actions/run-capslock": "0.2.0", "actions/azure-trusted-signing": "1.0.0", "actions/validate-renovate-config": "0.1.0", diff --git a/actions/create-github-app-token/CHANGELOG.md b/actions/create-github-app-token/CHANGELOG.md index 90b40f92e..a89fbcaa6 100644 --- a/actions/create-github-app-token/CHANGELOG.md +++ b/actions/create-github-app-token/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.3](https://github.com/grafana/shared-workflows/compare/create-github-app-token/v0.2.2...create-github-app-token/v0.2.3) (2025-12-19) + + +### 📝 Documentation + +* **create-github-app-token:** fix some errors in readme ([#1558](https://github.com/grafana/shared-workflows/issues/1558)) ([0a7a2fc](https://github.com/grafana/shared-workflows/commit/0a7a2fc07560de0f2fe500ed9fd1f53ec7d86d33)) + ## [0.2.2](https://github.com/grafana/shared-workflows/compare/create-github-app-token/v0.2.1...create-github-app-token/v0.2.2) (2025-10-31) diff --git a/actions/create-github-app-token/README.md b/actions/create-github-app-token/README.md index 35a045bf1..314ca7731 100644 --- a/actions/create-github-app-token/README.md +++ b/actions/create-github-app-token/README.md @@ -40,7 +40,7 @@ jobs: steps: - id: get-github-token - uses: grafana/shared-workflows/actions/create-github-app-token@create-github-app-token/v0.2.2 + uses: grafana/shared-workflows/actions/create-github-app-token@create-github-app-token/v0.2.3 with: github_app: github-app-name @@ -72,7 +72,7 @@ jobs: steps: - id: get-github-token-read - uses: grafana/shared-workflows/actions/create-github-app-token@create-github-app-token/v0.2.2 + uses: grafana/shared-workflows/actions/create-github-app-token@create-github-app-token/v0.2.3 with: github_app: github-app-name permission_set: read-only-on-foo-repository @@ -87,7 +87,7 @@ jobs: https://api.github.com/repos/grafana/foo-repository/assignees - id: get-github-token-write - uses: grafana/shared-workflows/actions/create-github-app-token@create-github-app-token/v0.2.2 + uses: grafana/shared-workflows/actions/create-github-app-token@create-github-app-token/v0.2.3 with: github_app: github-app-name permission_set: write-on-bar-repository