Skip to content

Commit

Permalink
Merge pull request #10561 from DestinyItemManager/specify-app-id-expl…
Browse files Browse the repository at this point in the history
…icitly

remove secret
  • Loading branch information
delphiactual authored Jun 17, 2024
2 parents 342f0e0 + f212430 commit a008ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/d2ai-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id: app-token
with:
# required
app-id: ${{ secrets.AUTOMERGE_APP_ID }}
app-id: 919630
private-key: ${{ secrets.AUTOMERGE_PRIVATE_KEY }}
- name: Enable auto-merge for d2ai PRs
run: gh pr merge --auto --merge "$PR_URL"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id: app-token
with:
# required
app-id: ${{ secrets.AUTOMERGE_APP_ID }}
app-id: 919630
private-key: ${{ secrets.AUTOMERGE_PRIVATE_KEY }}
- name: Dependabot metadata
id: metadata
Expand Down

0 comments on commit a008ad8

Please sign in to comment.