From 2aec1ee5901de4426c574b908e8699f5a61d36e6 Mon Sep 17 00:00:00 2001 From: lance <37203010+lance-web3@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:51:15 +0800 Subject: [PATCH] Update auto_add_to_project.yml --- .github/workflows/auto_add_to_project.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/auto_add_to_project.yml b/.github/workflows/auto_add_to_project.yml index 2623b6a..e9e8478 100644 --- a/.github/workflows/auto_add_to_project.yml +++ b/.github/workflows/auto_add_to_project.yml @@ -9,13 +9,11 @@ permissions: contents: read jobs: - add-to-project: + automate-project-columns: runs-on: ubuntu-latest steps: - - name: Add Issue to Project Board - uses: alex-page/github-project-automation-plus@v0.8.1 + - uses: alex-page/github-project-automation-plus@v0.8.3 with: - project: 'DevOps' # Replace with your project name - column: 'Title' # Replace with the column name you want the issue to go to - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + project: DevOps + column: Title + repo-token: ${{ secrets.GITHUB_TOKEN }}