From cddeaf376f7c5681854c16c954b1ac239e1c86e5 Mon Sep 17 00:00:00 2001 From: Nikola Irinchev Date: Thu, 5 Dec 2024 18:19:20 +0200 Subject: [PATCH] chore: setup github app identity (#494) --- .github/workflows/update-cidrs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-cidrs.yaml b/.github/workflows/update-cidrs.yaml index 0e463c8..48142f2 100644 --- a/.github/workflows/update-cidrs.yaml +++ b/.github/workflows/update-cidrs.yaml @@ -11,7 +11,7 @@ jobs: name: Update automatically generated files runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v1 + - uses: mongodb-js/devtools-shared/actions/setup-bot-token@main id: app-token with: app-id: ${{ vars.DEVTOOLS_BOT_APP_ID }}