From 2fcbf612f63ed66a3a1f2f9bfe2f610a62c2d149 Mon Sep 17 00:00:00 2001 From: LangChain4j Date: Thu, 21 Nov 2024 12:47:29 +0100 Subject: [PATCH] added workflow to automatically add new PRs to the project --- .github/workflows/add_new_pr_to_project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add_new_pr_to_project.yaml b/.github/workflows/add_new_pr_to_project.yaml index 1d2889f..dc60253 100644 --- a/.github/workflows/add_new_pr_to_project.yaml +++ b/.github/workflows/add_new_pr_to_project.yaml @@ -14,4 +14,4 @@ jobs: - uses: actions/add-to-project@v0.5.0 with: project-url: https://github.com/users/langchain4j/projects/2 - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.GH_TOKEN_ADD_NEW_PRS_TO_PROJECT }}