mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
ci: update app-id to client-id
This commit is contained in:
parent
44b9cf2011
commit
09479547eb
4
.github/workflows/release-pr.yml
vendored
4
.github/workflows/release-pr.yml
vendored
|
|
@ -95,7 +95,7 @@ jobs:
|
|||
- id: app-token
|
||||
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
|
||||
with:
|
||||
app-id: ${{ vars.SKIM_RS_BOT_APP_ID }}
|
||||
client-id: ${{ vars.SKIM_RS_BOT_CLIENT_ID }}
|
||||
private-key: ${{ secrets.SKIM_RS_BOT_PRIVATE_KEY }}
|
||||
permission-contents: write
|
||||
permission-pull-requests: write
|
||||
|
|
@ -148,7 +148,7 @@ jobs:
|
|||
- id: app-token
|
||||
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
|
||||
with:
|
||||
app-id: ${{ vars.SKIM_RS_BOT_APP_ID }}
|
||||
client-id: ${{ vars.SKIM_RS_BOT_CLIENT_ID }}
|
||||
private-key: ${{ secrets.SKIM_RS_BOT_PRIVATE_KEY }}
|
||||
permission-contents: write
|
||||
- name: Tag the squash commit
|
||||
|
|
|
|||
Loading…
Reference in a new issue