Skip to content

Commit f88c443

Browse files
committed
Use correct creds for releasing
1 parent 7e2622f commit f88c443

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
- id: get-access-token
3131
uses: camertron/github-app-installation-auth-action@v1
3232
with:
33-
app-id: ${{ vars.PRIMER_ISSUE_TRIAGE_APP_ID }}
34-
private-key: ${{ secrets.PRIMER_ISSUE_TRIAGE_APP_PRIVATE_KEY }}
35-
client-id: ${{ vars.PRIMER_ISSUE_TRIAGE_APP_CLIENT_ID }}
36-
client-secret: ${{ secrets.PRIMER_ISSUE_TRIAGE_APP_CLIENT_SECRET }}
37-
installation-id: ${{ vars.PRIMER_ISSUE_TRIAGE_APP_INSTALLATION_ID }}
33+
app-id: ${{ vars.PRIMER_APP_ID_SHARED }}
34+
private-key: ${{ secrets.PRIMER_APP_PRIVATE_KEY_SHARED }}
35+
client-id: ${{ vars.PRIMER_APP_CLIENT_ID_SHARED }}
36+
client-secret: ${{ secrets.PRIMER_APP_CLIENT_SECRET_SHARED }}
37+
installation-id: ${{ vars.PRIMER_APP_INSTALLATION_ID_SHARED }}
3838

3939
- name: Create release pull request or publish to npm
4040
id: changesets

0 commit comments

Comments
 (0)