Skip to content

Commit

Permalink
replace tibdex/github-app-token by official GitHub create-github-app-…
Browse files Browse the repository at this point in the history
…token

Signed-off-by: Guillaume Lours <[email protected]>
  • Loading branch information
glours authored and ndeloof committed Jan 7, 2025
1 parent 3060ed2 commit 68ad165
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,13 @@ jobs:
-
name: Generate Token
id: generate_token
uses: tibdex/github-app-token@3eb77c7243b85c65e84acfa93fdbac02fb6bd532 # v2.1.0
uses: actions/create-github-app-token@v1
with:
app_id: ${{ vars.DOCKERDESKTOP_APP_ID }}
private_key: ${{ secrets.DOCKERDESKTOP_APP_PRIVATEKEY }}
repositories: >-
[docker/${{ secrets.DOCKERDESKTOP_REPO }}]
app-id: ${{ vars.DOCKERDESKTOP_APP_ID }}
private-key: ${{ secrets.DOCKERDESKTOP_APP_PRIVATEKEY }}
owner: docker
repositories: |
${{ secrets.DOCKERDESKTOP_REPO }}
-
name: Trigger Docker Desktop e2e with edge version
uses: actions/github-script@v7
Expand Down

0 comments on commit 68ad165

Please sign in to comment.