From b40a782f584c0592b7d621ce0ac3b05577317b2b Mon Sep 17 00:00:00 2001 From: Harsh | Push Date: Sat, 2 Dec 2023 20:36:45 +0400 Subject: [PATCH] Update auto_add_to_project.yml --- .github/workflows/auto_add_to_project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_add_to_project.yml b/.github/workflows/auto_add_to_project.yml index d46c599a9..3c3e405f3 100644 --- a/.github/workflows/auto_add_to_project.yml +++ b/.github/workflows/auto_add_to_project.yml @@ -10,7 +10,7 @@ jobs: name: Add issue to project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project + - uses: actions/add-to-project@RELEASE_VERSION with: project-url: https://github.com/orgs/ethereum-push-notification-service/projects/10 github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}