1
1
mirror of https://github.com/primer/css.git synced 2024-12-23 14:13:14 +03:00

Use correct creds for releasing

This commit is contained in:
Cameron Dutro 2023-09-12 14:12:00 -07:00
parent 7e2622fe96
commit f88c443b96

View File

@ -30,11 +30,11 @@ jobs:
- id: get-access-token - id: get-access-token
uses: camertron/github-app-installation-auth-action@v1 uses: camertron/github-app-installation-auth-action@v1
with: with:
app-id: ${{ vars.PRIMER_ISSUE_TRIAGE_APP_ID }} app-id: ${{ vars.PRIMER_APP_ID_SHARED }}
private-key: ${{ secrets.PRIMER_ISSUE_TRIAGE_APP_PRIVATE_KEY }} private-key: ${{ secrets.PRIMER_APP_PRIVATE_KEY_SHARED }}
client-id: ${{ vars.PRIMER_ISSUE_TRIAGE_APP_CLIENT_ID }} client-id: ${{ vars.PRIMER_APP_CLIENT_ID_SHARED }}
client-secret: ${{ secrets.PRIMER_ISSUE_TRIAGE_APP_CLIENT_SECRET }} client-secret: ${{ secrets.PRIMER_APP_CLIENT_SECRET_SHARED }}
installation-id: ${{ vars.PRIMER_ISSUE_TRIAGE_APP_INSTALLATION_ID }} installation-id: ${{ vars.PRIMER_APP_INSTALLATION_ID_SHARED }}
- name: Create release pull request or publish to npm - name: Create release pull request or publish to npm
id: changesets id: changesets