diff --git a/.github/workflows/ai-flag-cleanup-pr.yml b/.github/workflows/ai-flag-cleanup-pr.yml index 84a407809e..15085342ed 100644 --- a/.github/workflows/ai-flag-cleanup-pr.yml +++ b/.github/workflows/ai-flag-cleanup-pr.yml @@ -42,7 +42,7 @@ jobs: - name: Generate GitHub App token id: app_token - uses: peter-evans/create-github-app-token@v2 + uses: actions/create-github-app-token@v2 with: app_id: ${{ secrets.UNLEASH_BOT_APP_ID }} private_key: ${{ secrets.UNLEASH_BOT_PRIVATE_KEY }}