Skip to content

Commit

Permalink
fix: change secret reference to the correct name (Azure#1707)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahalan authored and DonKoning committed Apr 29, 2024
1 parent 14cbd52 commit 213e1cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/avm.platform.manage-workflow-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- uses: tibdex/github-app-token@v2
id: generate-token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
app_id: ${{ secrets.TEAM_LINTER_APP_ID }}
private_key: ${{ secrets.TEAM_LINTER_PRIVATE_KEY }}
- name: Manage issues
shell: pwsh
env:
Expand Down

0 comments on commit 213e1cd

Please sign in to comment.