mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-16 04:18:35 +00:00
Update .github/workflows/notify-downstream.yml (#2621)
This commit is contained in:
2
.github/workflows/notify-downstream.yml
vendored
2
.github/workflows/notify-downstream.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Generate GitHub App token
|
- name: Generate GitHub App token
|
||||||
id: app-token
|
id: app-token
|
||||||
uses: tibdex/github-app-token@v1
|
uses: tibdex/github-app-token@v2
|
||||||
with:
|
with:
|
||||||
app_id: ${{ secrets.OSS_SYNC_APP_ID }}
|
app_id: ${{ secrets.OSS_SYNC_APP_ID }}
|
||||||
private_key: ${{ secrets.OSS_SYNC_APP_PRIVATE_KEY }}
|
private_key: ${{ secrets.OSS_SYNC_APP_PRIVATE_KEY }}
|
||||||
|
|||||||
Reference in New Issue
Block a user