mirror of
https://github.com/primer/css.git
synced 2024-12-23 06:01:54 +03:00
Use correct creds for releasing
This commit is contained in:
parent
7e2622fe96
commit
f88c443b96
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -30,11 +30,11 @@ jobs:
|
||||
- id: get-access-token
|
||||
uses: camertron/github-app-installation-auth-action@v1
|
||||
with:
|
||||
app-id: ${{ vars.PRIMER_ISSUE_TRIAGE_APP_ID }}
|
||||
private-key: ${{ secrets.PRIMER_ISSUE_TRIAGE_APP_PRIVATE_KEY }}
|
||||
client-id: ${{ vars.PRIMER_ISSUE_TRIAGE_APP_CLIENT_ID }}
|
||||
client-secret: ${{ secrets.PRIMER_ISSUE_TRIAGE_APP_CLIENT_SECRET }}
|
||||
installation-id: ${{ vars.PRIMER_ISSUE_TRIAGE_APP_INSTALLATION_ID }}
|
||||
app-id: ${{ vars.PRIMER_APP_ID_SHARED }}
|
||||
private-key: ${{ secrets.PRIMER_APP_PRIVATE_KEY_SHARED }}
|
||||
client-id: ${{ vars.PRIMER_APP_CLIENT_ID_SHARED }}
|
||||
client-secret: ${{ secrets.PRIMER_APP_CLIENT_SECRET_SHARED }}
|
||||
installation-id: ${{ vars.PRIMER_APP_INSTALLATION_ID_SHARED }}
|
||||
|
||||
- name: Create release pull request or publish to npm
|
||||
id: changesets
|
||||
|
Loading…
Reference in New Issue
Block a user