diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 68b3502cb..09bbaf126 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..a4745eff2 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-11) + + +### 📝 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