From 975f3b7bc25a4a70c1b185022a840c489522beb3 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Mon, 24 Jan 2022 10:10:22 +0100 Subject: [PATCH] github-actions: Use SA token for checkout Needed to fool github actions to run workflows when changes are made by a bot --- .github/workflows/sync_dependabot-changesets.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync_dependabot-changesets.yml b/.github/workflows/sync_dependabot-changesets.yml index 2a6f4808fa..b0b8426fca 100644 --- a/.github/workflows/sync_dependabot-changesets.yml +++ b/.github/workflows/sync_dependabot-changesets.yml @@ -15,6 +15,7 @@ jobs: with: fetch-depth: 2 ref: ${{ github.head_ref }} + token: ${{ secrets.GH_SERVICE_ACCOUNT_TOKEN }} - name: Configure Git run: | git config --global user.email noreply@backstage.io