Skip to content

Commit f7fb656

Browse files
committed
Use PPM_AUTOMATION secrets for helm dispatch
Align with the org-level secret pair provisioned by rstudio/github-iac for the posit-package-manager-automation App. Replaces the generic APP_ID / APP_PRIVATE_KEY names that predate the app-specific migration.
1 parent 97df85d commit f7fb656

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
@@ -78,8 +78,8 @@ jobs:
7878
id: app-token
7979
uses: actions/create-github-app-token@v3
8080
with:
81-
app-id: ${{ secrets.APP_ID }}
82-
private-key: ${{ secrets.APP_PRIVATE_KEY }}
81+
app-id: ${{ secrets.PPM_AUTOMATION_APP_ID }}
82+
private-key: ${{ secrets.PPM_AUTOMATION_PEM }}
8383
owner: rstudio
8484
repositories: helm
8585

0 commit comments

Comments
 (0)