Skip to content

Commit

Permalink
Merge pull request #10701 from glours/fix-DD-APP-ID
Browse files Browse the repository at this point in the history
use directly DOCKERDESKTOP_APP_ID without env. prefix
  • Loading branch information
glours authored Jun 13, 2023
2 parents 26cb941 + 0f83a86 commit 6d66130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
id: generate_token
uses: tibdex/github-app-token@v1
with:
app_id: ${{ env.DOCKERDESKTOP_APP_ID }}
app_id: ${{ DOCKERDESKTOP_APP_ID }}
private_key: ${{ secrets.DOCKERDESKTOP_APP_PRIVATEKEY }}
-
name: Trigger Docker Desktop e2e with edge version
Expand Down

0 comments on commit 6d66130

Please sign in to comment.