Skip to content

Commit 552fb5e

Browse files
committed
Use POSIT_CONNECT_PROJECTS secrets for helm dispatch
Align with the org-level secret pair provisioned by rstudio/github-iac for the posit-connect-projects App. Replaces the generic APP_ID / APP_PRIVATE_KEY names that predate the app-specific migration.
1 parent c8745c2 commit 552fb5e

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
@@ -91,8 +91,8 @@ jobs:
9191
id: app-token
9292
uses: actions/create-github-app-token@v3
9393
with:
94-
app-id: ${{ secrets.APP_ID }}
95-
private-key: ${{ secrets.APP_PRIVATE_KEY }}
94+
app-id: ${{ secrets.POSIT_CONNECT_PROJECTS_APP_ID }}
95+
private-key: ${{ secrets.POSIT_CONNECT_PROJECTS_PEM }}
9696
owner: rstudio
9797
repositories: helm
9898

0 commit comments

Comments
 (0)