Skip to content

Commit 5f12e9c

Browse files
authored
Fix private key reference in labeler.yml (#21153)
Updated the private key secret reference in the labeler workflow.
1 parent 645e06b commit 5f12e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
uses: ./.github/workflows/labeler-reusable.yml
1919
secrets:
2020
app-id: "${{ secrets.DD_AGENT_INTEGRATIONS_BOT_APP_ID }}"
21-
private-key: "${{ secrets.DD_AGENT_INTEGRATIONS_BOT_PRIVATE_KEY_2 }}"
21+
private-key: "${{ secrets.DD_AGENT_INTEGRATIONS_BOT_PRIVATE_KEY }}"

0 commit comments

Comments
 (0)