@liblaf/actions 1.7.3 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,8 +5,8 @@ author: liblaf
5
5
  description: Authenticate
6
6
 
7
7
  inputs:
8
- app-id:
9
- description: GitHub App ID
8
+ client-id:
9
+ description: GitHub App Client ID
10
10
  required: false
11
11
  private-key:
12
12
  description: GitHub App private key
@@ -50,9 +50,9 @@ runs:
50
50
  steps:
51
51
  - name: Create GitHub App token
52
52
  id: app
53
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
53
+ uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
54
54
  with:
55
- app-id: ${{ inputs.app-id }}
55
+ client-id: ${{ inputs.client-id }}
56
56
  private-key: ${{ inputs.private-key }}
57
57
  owner: ${{ inputs.owner }}
58
58
  repositories: ${{ inputs.repositories }}