diff --git a/.github/workflows/event_intake.yml b/.github/workflows/event_intake.yml index fde67a6f..dd54589e 100644 --- a/.github/workflows/event_intake.yml +++ b/.github/workflows/event_intake.yml @@ -13,7 +13,7 @@ jobs: if: github.event_name == 'issues' && github.event.action == 'labeled' && github.event.label.name == 'accepted' runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@v0.1.0 + - uses: actions/add-to-project@v0.6.1 with: project-url: https://github.com/orgs/WalletConnect/projects/20 github-token: ${{ secrets.ASSIGN_TO_PROJECT_GITHUB_TOKEN }}