Skip to content

Commit eb02241

Browse files
chore(main): release create-github-app-token 0.2.0 (#1273)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b626a0d commit eb02241

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"actions/remove-checkout-credentials": "0.1.0",
2222
"actions/dependabot-auto-triage": "1.1.0",
2323
"actions/get-latest-workflow-artifact": "0.2.0",
24-
"actions/create-github-app-token": "v0.1.0",
24+
"actions/create-github-app-token": "0.2.0",
2525
"actions/run-capslock": "0.2.0",
2626
"actions/azure-trusted-signing": "1.0.0"
2727
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/grafana/shared-workflows/compare/create-github-app-token/v0.1.0...create-github-app-token/v0.2.0) (2025-09-16)
4+
5+
6+
### 🎉 Features
7+
8+
* **create-github-app-token:** added retries and test workflow ([#1294](https://github.com/grafana/shared-workflows/issues/1294)) ([2c842d9](https://github.com/grafana/shared-workflows/commit/2c842d90ec0e332485acf7d7afe9f03d03f68f7b))
9+
* **create-github-app-token:** adding create-github-app-token action ([#1144](https://github.com/grafana/shared-workflows/issues/1144)) ([7c748d7](https://github.com/grafana/shared-workflows/commit/7c748d77ca1ccc01af4281ea72c7ec9d2b3d9129))
10+
11+
12+
### 🔧 Miscellaneous Chores
13+
14+
* **deps:** update actions/github-script action to v7.1.0 ([#1306](https://github.com/grafana/shared-workflows/issues/1306)) ([31b0c57](https://github.com/grafana/shared-workflows/commit/31b0c573abbbd9b56060318f7327ae8bb3ec041e))
15+
* **deps:** update actions/github-script action to v8 ([#1307](https://github.com/grafana/shared-workflows/issues/1307)) ([078c4a8](https://github.com/grafana/shared-workflows/commit/078c4a8af09e06d646077550f9e0f68171d5881e))
16+
* **main:** release push-to-gar-docker 0.3.0 ([#794](https://github.com/grafana/shared-workflows/issues/794)) ([a7bc536](https://github.com/grafana/shared-workflows/commit/a7bc5367c4a91c389526d58839d8f6224dba4dcc))

actions/create-github-app-token/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- id: get-github-token
43-
uses: grafana/shared-workflows/actions/create-github-app-token@create-github-app-token/v0.1.0
43+
uses: grafana/shared-workflows/actions/create-github-app-token@create-github-app-token/v0.2.0
4444
with:
4545
github_app: github-app-name
4646

@@ -72,7 +72,7 @@ jobs:
7272

7373
steps:
7474
- id: get-github-token-read
75-
uses: grafana/shared-workflows/actions/create-github-app-token@create-github-app-token/v0.1.0
75+
uses: grafana/shared-workflows/actions/create-github-app-token@create-github-app-token/v0.2.0
7676
with:
7777
github_app: github-app-name
7878
permissions-set: read-only-on-foo-repository
@@ -87,7 +87,7 @@ jobs:
8787
https://api.github.com/repos/grafana/foo-repository/assignees
8888
8989
- id: get-github-token-write
90-
uses: grafana/shared-workflows/actions/create-github-app-token@create-github-app-token/v0.1.0
90+
uses: grafana/shared-workflows/actions/create-github-app-token@create-github-app-token/v0.2.0
9191
with:
9292
github_app: github-app-name
9393
permissions-set: write-on-bar-repository

0 commit comments

Comments
 (0)