From 5dbfbfe6cc38ee2c9e15964c16daf21b1cc8d2c2 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Tue, 18 Jun 2024 12:14:43 -0400 Subject: [PATCH] chore: switches to official token task Signed-off-by: Vincent Biret --- .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 3a2f5e98..c4733d86 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: