diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 2609542..28ecea4 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/create-github-app-token@v1 id: generate-token with: - app-id: 1031449 # opensafely-core Create PR app + app-id: ${{ secrets.CREATE_PR_APP_ID }} private-key: ${{ secrets.CREATE_PR_APP_PRIVATE_KEY }} - uses: opensafely-core/update-dependencies-action@v1