@@ -46,7 +46,6 @@ Payload:
4646### Permissions
4747
4848- ** ` contents ` ** : ` read `
49- - ** ` id-token ` ** : ` write `
5049- ** ` pull-requests ` ** : ` write `
5150
5251<!-- overview:end -->
6463permissions : {}
6564jobs :
6665 clean-deploy-argocd-app-of-apps :
67- uses : hoverkraft-tech/ci-github-publish/.github/workflows/clean-deploy-argocd-app-of-apps.yml@b56be562f38e0e3e712f09691a8fe930aae9db1b # 0.22.0
66+ uses : hoverkraft-tech/ci-github-publish/.github/workflows/clean-deploy-argocd-app-of-apps.yml@91a69c7a9730d3ec2886a80681dbb67634c70970 # 0.23.1
6867 permissions : {}
6968 secrets :
7069 # GitHub token for creating and merging pull request (permissions contents: write and pull-requests: write, workflows: write).
8180 # Default: `["ubuntu-latest"]`
8281 runs-on : ' ["ubuntu-latest"]'
8382
84- # GitHub App ID to generate GitHub token in place of github-token.
83+ # GitHub App Client ID to generate GitHub token in place of github-token.
8584 # See https://github.com/actions/create-github-app-token.
86- github-app-id : " "
85+ github-app-client- id : " "
8786` ` `
8887
8988<!-- usage:end -->
@@ -94,12 +93,12 @@ jobs:
9493
9594### Workflow Call Inputs
9695
97- | **Input** | **Description** | **Required** | **Type** | **Default** |
98- | ------------------- | ---------------------------------------------------------------------------------- | ------------ | ---------- | ------------------- |
99- | **` runs-on`** | JSON array of runner(s) to use. | **false** | **string** | `["ubuntu-latest"]` |
100- | | See <https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job>. | | | |
101- | **`github-app-id`** | GitHub App ID to generate GitHub token in place of github-token. | **false** | **string** | - |
102- | | See <https://github.com/actions/create-github-app-token>. | | | |
96+ | **Input** | **Description** | **Required** | **Type** | **Default** |
97+ | -------------------------- | ---------------------------------------------------------------------------------- | ------------ | ---------- | ------------------- |
98+ | **` runs-on`** | JSON array of runner(s) to use. | **false** | **string** | `["ubuntu-latest"]` |
99+ | | See <https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job>. | | | |
100+ | **`github-app-client- id`** | GitHub App Client ID to generate GitHub token in place of github-token. | **false** | **string** | - |
101+ | | See <https://github.com/actions/create-github-app-token>. | | | |
103102
104103<!-- inputs:end -->
105104
@@ -144,7 +143,7 @@ concurrency:
144143
145144jobs:
146145 deploy:
147- uses: hoverkraft-tech/ci-github-publish/.github/workflows/clean-deploy-argocd-app-of-apps.yml@b56be562f38e0e3e712f09691a8fe930aae9db1b # 0.22.0
146+ uses: hoverkraft-tech/ci-github-publish/.github/workflows/clean-deploy-argocd-app-of-apps.yml@91a69c7a9730d3ec2886a80681dbb67634c70970 # 0.23.1
148147 secrets:
149148 github-token: ${{ secrets.GITHUB_TOKEN }}
150149 github-app-key: ${{ secrets.GITHUB_APP_KEY }}
0 commit comments