Skip to content

Commit 9633752

Browse files
committed
Fix release pipeline permissions
Update permissions for new org
1 parent 80b1490 commit 9633752

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- uses: tibdex/github-app-token@v2
1818
id: get_installation_token
1919
with:
20-
app_id: 366894
21-
private_key: ${{ secrets.OTG_PLATFORM_APP_PRIVATE_KEY }}
20+
app_id: 1020175
21+
private_key: ${{ secrets.OTG_PLT_DEVECO_APP_PRVT_KEY }}
2222

2323
# Checkout with full history so commit number can be calculated for beta versions
2424
- uses: actions/checkout@v4
@@ -52,8 +52,8 @@ jobs:
5252
- name: Commit changes
5353
uses: EndBug/[email protected]
5454
with:
55-
author_name: otg-platform[bot]
56-
author_email: 140601826+otg-platform[bot]@users.noreply.github.com
55+
author_name: otg-platform-armdeveloperecosystem[bot]
56+
author_email: 184357714+otg-platform-armdeveloperecosystem[bot]@users.noreply.github.com
5757
message: "Release v${{ env.SEMVER_VERSION }} [skip ci]"
5858
add: "changes"
5959
tag: "v${{ env.SEMVER_VERSION }} -m 'Release v${{ env.SEMVER_VERSION }}'"
File renamed without changes.

changes/11.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove redundant access token from release job

changes/13.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Use GitHub app for release permissions

0 commit comments

Comments
 (0)