From 2bc70402b111a0e357990e0048a62c46e5217815 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 06:36:40 +0000 Subject: [PATCH] chore(main): release create-github-app-token 1.0.0 --- .release-please-manifest.json | 2 +- actions/create-github-app-token/CHANGELOG.md | 16 ++++++++++++++++ actions/create-github-app-token/README.md | 6 +++--- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 235d4f7410..5b5d7263dc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -19,7 +19,7 @@ "actions/remove-checkout-credentials": "0.1.2", "actions/dependabot-auto-triage": "1.1.3", "actions/get-latest-workflow-artifact": "0.2.3", - "actions/create-github-app-token": "0.3.1", + "actions/create-github-app-token": "1.0.0", "actions/run-capslock": "0.2.3", "actions/azure-trusted-signing": "1.0.3", "actions/validate-renovate-config": "0.1.4", diff --git a/actions/create-github-app-token/CHANGELOG.md b/actions/create-github-app-token/CHANGELOG.md index 7f60e29fe0..47ecaec8c2 100644 --- a/actions/create-github-app-token/CHANGELOG.md +++ b/actions/create-github-app-token/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0](https://github.com/grafana/shared-workflows/compare/create-github-app-token/v0.3.1...create-github-app-token/v1.0.0) (2026-09-11) + + +### ⚠ BREAKING CHANGES + +* **create-github-app-token:** rewrite as node24 action with post-job revocation ([#2028](https://github.com/grafana/shared-workflows/issues/2028)) + +### 🎉 Features + +* **create-github-app-token:** rewrite as node24 action with post-job revocation ([#2028](https://github.com/grafana/shared-workflows/issues/2028)) ([026c778](https://github.com/grafana/shared-workflows/commit/026c77837eeba1f04d78bdcd6d7e8eca340451ea)) + + +### 📝 Documentation + +* generate action and workflow input/output tables ([#2276](https://github.com/grafana/shared-workflows/issues/2276)) ([ddcc1f8](https://github.com/grafana/shared-workflows/commit/ddcc1f84239514abefa7b02481bfcc24bd88c4ca)) + ## [0.3.1](https://github.com/grafana/shared-workflows/compare/create-github-app-token/v0.3.0...create-github-app-token/v0.3.1) (2026-06-01) diff --git a/actions/create-github-app-token/README.md b/actions/create-github-app-token/README.md index df961f3db7..5068941aff 100644 --- a/actions/create-github-app-token/README.md +++ b/actions/create-github-app-token/README.md @@ -63,7 +63,7 @@ jobs: steps: - id: get-github-token - uses: grafana/shared-workflows/actions/create-github-app-token@create-github-app-token/v0.3.1 + uses: grafana/shared-workflows/actions/create-github-app-token@create-github-app-token/v1.0.0 with: github_app: github-app-name @@ -94,7 +94,7 @@ jobs: steps: - id: get-github-token-read - uses: grafana/shared-workflows/actions/create-github-app-token@create-github-app-token/v0.3.1 + uses: grafana/shared-workflows/actions/create-github-app-token@create-github-app-token/v1.0.0 with: github_app: github-app-name permission_set: read-only-on-foo-repository @@ -109,7 +109,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.3.1 + uses: grafana/shared-workflows/actions/create-github-app-token@create-github-app-token/v1.0.0 with: github_app: github-app-name permission_set: write-on-bar-repository