Skip to content

Commit 6dd6b1a

Browse files
committed
Use WORKBENCH_IDE_RELEASE secrets for helm dispatch
Align with the org-level secret pair provisioned by rstudio/github-iac for the workbench-ide-release App. Replaces the generic APP_ID / APP_PRIVATE_KEY names that predate the app-specific migration.
1 parent fa31487 commit 6dd6b1a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ jobs:
9696
id: app-token
9797
uses: actions/create-github-app-token@v3
9898
with:
99-
app-id: ${{ secrets.APP_ID }}
100-
private-key: ${{ secrets.APP_PRIVATE_KEY }}
99+
app-id: ${{ secrets.WORKBENCH_IDE_RELEASE_APP_ID }}
100+
private-key: ${{ secrets.WORKBENCH_IDE_RELEASE_PEM }}
101101
owner: rstudio
102102
repositories: helm
103103

0 commit comments

Comments
 (0)