Skip to content

Commit ae92934

Browse files
chore(main): release create-github-app-token 0.2.2 (#1478)
* chore(main): release create-github-app-token 0.2.2 * fix(create-github-app-token): remove duplicated changelog entry --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: MattIPv4 <[email protected]>
1 parent 580590a commit ae92934

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-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": "0.2.1",
24+
"actions/create-github-app-token": "0.2.2",
2525
"actions/run-capslock": "0.2.0",
2626
"actions/azure-trusted-signing": "1.0.0",
2727
"actions/validate-renovate-config": "0.1.0",

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **create-github-app-token:** use temporary file w/ trap for oidc response ([#1477](https://github.com/grafana/shared-workflows/issues/1477)) ([580590a](https://github.com/grafana/shared-workflows/commit/580590a644e82e79bb2598bdaba0be245a14dda0))
9+
310
## [0.2.1](https://github.com/grafana/shared-workflows/compare/create-github-app-token/v0.2.0...create-github-app-token/v0.2.1) (2025-10-31)
411

512

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.2.1
43+
uses: grafana/shared-workflows/actions/create-github-app-token@create-github-app-token/v0.2.2
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.2.1
75+
uses: grafana/shared-workflows/actions/create-github-app-token@create-github-app-token/v0.2.2
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.2.1
90+
uses: grafana/shared-workflows/actions/create-github-app-token@create-github-app-token/v0.2.2
9191
with:
9292
github_app: github-app-name
9393
permissions-set: write-on-bar-repository

0 commit comments

Comments
 (0)