Skip to content

Commit de3bbd2

Browse files
authored
Fix typo in CI secret key (crewAIInc#365)
1 parent 56646b9 commit de3bbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-tool-specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: tibdex/github-app-token@v2
5959
with:
6060
app_id: ${{ secrets.CREWAI_RELEASE_TOOL_APP_ID }}
61-
private_key: ${{ secrets.CREWAI_RELEASE_TOOL_APP_PRIVATE_KEY }}
61+
private_key: ${{ secrets.CREWAI_RELEASE_TOOL_PRIVATE_KEY }}
6262

6363
- name: Create Pull Request
6464
if: steps.check_changes.outputs.specs_changed == 'true'

0 commit comments

Comments
 (0)