Skip to content

Commit

Permalink
Update issue-triage.yml (#4361)
Browse files Browse the repository at this point in the history
Secret pointing to wrong value
  • Loading branch information
ariellalgilmore authored Nov 15, 2024
1 parent 18d09a5 commit 87678a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: app-token
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Get issue ID
id: get_issue_id
run: |
Expand Down

0 comments on commit 87678a9

Please sign in to comment.