Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: app-token
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
with:
app-id: ${{ secrets.APP_ID }}
client-id: ${{ vars.GH_APP_CLIENT_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}

- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/sync-sdk-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@ on:
type: string
default: main
secrets:
app-id:
description: GitHub App ID used to open the pull request (provide this or client-id)
required: false
client-id:
description: GitHub App client ID used to open the pull request (provide this or app-id)
required: false
description: GitHub App client ID used to open the pull request
required: true
private-key:
description: GitHub App private key used to open the pull request
required: true
Expand Down Expand Up @@ -67,7 +64,6 @@ jobs:
id: app-token
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
with:
app-id: ${{ secrets.app-id }}
client-id: ${{ secrets.client-id }}
private-key: ${{ secrets.private-key }}

Expand Down