From dea4dbe68b6aeb5bb9ffbd2b1f85ab3ae7e3bd18 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 19 Jun 2024 07:42:25 -0400 Subject: [PATCH] chore!: replaces project bot token task by official one --- .github/workflows/project-auto-add.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/project-auto-add.yml b/.github/workflows/project-auto-add.yml index e172a7e5bc..5440a81e90 100644 --- a/.github/workflows/project-auto-add.yml +++ b/.github/workflows/project-auto-add.yml @@ -18,10 +18,10 @@ jobs: steps: - name: Generate token id: generate_token - uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a + uses: actions/create-github-app-token@v1 with: - app_id: ${{ secrets.GRAPHBOT_APP_ID }} - private_key: ${{ secrets.GRAPHBOT_APP_PEM }} + app-id: ${{ secrets.GRAPHBOT_APP_ID }} + private-key: ${{ secrets.GRAPHBOT_APP_PEM }} - name: Get project data env: