From 3b9148b0e8aac64a3f36d47e8ea69af124961768 Mon Sep 17 00:00:00 2001 From: swapnil shinde Date: Tue, 24 Jan 2023 12:15:33 +0530 Subject: [PATCH] Update add-to-project.yml --- .github/workflows/add-to-project.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 63d9f90bb..a9b641c18 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -1,4 +1,4 @@ -name: Add Issues to Project +name: Add To GitHub projects on: issues: @@ -10,8 +10,8 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@RELEASE_VERSION + - uses: actions/add-to-project@v0.4.0 with: project-url: https://github.com/orgs/OWASP/projects/3 github-token: ${{ secrets.GITHUB_TOKEN }} - labeled: project \ No newline at end of file + labeled: project