From 2a85f2344666d5f674414e599185e920f30190d9 Mon Sep 17 00:00:00 2001 From: Nikola Irinchev Date: Thu, 5 Dec 2024 18:19:04 +0200 Subject: [PATCH] chore: setup github app identity --- .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 0e463c83..48142f29 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 }}