From b8a0b60a0cbbf11b68dac9342b43b8eb96bcb8b2 Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Thu, 31 Oct 2024 17:27:02 +0000 Subject: [PATCH] Remove use of app token From the update-dependencies workflow. It's not clear whether, or how, we should trigger CI workflows automatically in this context. The impact is that any automatically generated PR by this workflow will need to be manually closed and re-opened to trigger a CI run. See the [related Slack discussion](https://bennettoxford.slack.com/archives/C63UXGB8E/p1729848644245769). --- .github/workflows/update-dependencies.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index ef62697..e060bf3 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -15,12 +15,6 @@ jobs: python-version: "3.12" install-just: true - - uses: actions/create-github-app-token@v1 - id: generate-token - with: - app-id: 1031449 # opensafely-core Create PR app - private-key: ${{ secrets.CREATE_PR_APP_PRIVATE_KEY }} - - uses: opensafely-core/update-dependencies-action@v1 with: token: ${{ steps.generate-token.outputs.token }}