Skip to content

Commit 2c2a6b0

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 2c2a6b0

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/production.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,13 @@ jobs:
3838
id: alls-green
3939
with:
4040
jobs: ${{ toJSON(needs) }}
41-
<<<<<<< HEAD
41+
allowed-skips: update-helm
4242
- if: always() && github.ref == 'refs/heads/main'
4343
continue-on-error: true
4444
uses: posit-dev/images-shared/.github/actions/slack-build-notify@main
4545
with:
4646
result: ${{ steps.alls-green.outcome }}
4747
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
48-
=======
49-
allowed-skips: update-helm
50-
>>>>>>> f220c19 (Add update-helm job to production workflow)
5148

5249
build:
5350
name: Build
@@ -96,8 +93,8 @@ jobs:
9693
id: app-token
9794
uses: actions/create-github-app-token@v3
9895
with:
99-
app-id: ${{ secrets.APP_ID }}
100-
private-key: ${{ secrets.APP_PRIVATE_KEY }}
96+
app-id: ${{ secrets.WORKBENCH_IDE_RELEASE_APP_ID }}
97+
private-key: ${{ secrets.WORKBENCH_IDE_RELEASE_PEM }}
10198
owner: rstudio
10299
repositories: helm
103100

0 commit comments

Comments
 (0)