diff --git a/.github/workflows/ADD_TO_PROJECT.yaml b/.github/workflows/ADD_TO_PROJECT.yaml index ce4bba3b0..996cfea37 100644 --- a/.github/workflows/ADD_TO_PROJECT.yaml +++ b/.github/workflows/ADD_TO_PROJECT.yaml @@ -17,7 +17,7 @@ jobs: if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }} runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@c3dbb76ad4e3cf259aa2ae775c8931d4a840251f + - uses: actions/add-to-project@4168cdeca97c99672f14a4290c8fc4a4512fd3f3 with: project-url: ${{ secrets.CONNECTORS_PROJECT_URL }} github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}