Skip to content

Commit c09b349

Browse files
committed
feat: use docker read write bot
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
1 parent 5621031 commit c09b349

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

‎.github/workflows/winget.yml‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ jobs:
1414
publish:
1515
runs-on: windows-latest
1616
steps:
17-
- name: Generate GitHub App token
17+
- name: Generate app token
18+
uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1
1819
id: app-token
19-
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
2020
with:
21-
app_id: ${{ secrets.CAGENT_REVIEWER_APP_ID }}
22-
private_key: ${{ secrets.CAGENT_REVIEWER_APP_PRIVATE_KEY }}
21+
app-id: ${{ vars.DOCKER_READ_APP_ID }}
22+
private-key: ${{ secrets.DOCKER_READ_APP_PRIVATE_KEY }}
23+
owner: ${{ github.repository_owner }}
2324

2425
- name: Publish to WinGet
2526
uses: vedantmgoyal9/winget-releaser@19e706d4c9121098010096f9c495a70a7518b30f # v2

0 commit comments

Comments
 (0)