From 05ccab12b25e58fcdd2404003a27ffcc134b59df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 19:53:55 +0000 Subject: [PATCH] chore: update actions/add-to-project digest to 4168cde --- .github/workflows/ADD_TO_PROJECT.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}