From 520e1dbf726c2b6e178c47de084601810485d81b Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Tue, 18 Jun 2024 12:10:53 -0400 Subject: [PATCH] chore: replaces third party tak for tokens generation by the 1st party one --- .github/workflows/project-auto-add.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/project-auto-add.yml b/.github/workflows/project-auto-add.yml index 3edae2d3b9..44334a921b 100644 --- a/.github/workflows/project-auto-add.yml +++ b/.github/workflows/project-auto-add.yml @@ -10,6 +10,8 @@ on: - opened branches: - "main" + workflow_dispatch: + jobs: track_issue: @@ -18,10 +20,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: Check if issue has language specified env: