1 parent 5621031 commit c09b349Copy full SHA for c09b349
1 file changed
.github/workflows/winget.yml
@@ -14,12 +14,13 @@ jobs:
14
publish:
15
runs-on: windows-latest
16
steps:
17
- - name: Generate GitHub App token
+ - name: Generate app token
18
+ uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1
19
id: app-token
- uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
20
with:
21
- app_id: ${{ secrets.CAGENT_REVIEWER_APP_ID }}
22
- private_key: ${{ secrets.CAGENT_REVIEWER_APP_PRIVATE_KEY }}
+ app-id: ${{ vars.DOCKER_READ_APP_ID }}
+ private-key: ${{ secrets.DOCKER_READ_APP_PRIVATE_KEY }}
23
+ owner: ${{ github.repository_owner }}
24
25
- name: Publish to WinGet
26
uses: vedantmgoyal9/winget-releaser@19e706d4c9121098010096f9c495a70a7518b30f # v2
0 commit comments