github-actions: Use SA token for checkout

Needed to fool github actions to run workflows when changes are made by a bot
This commit is contained in:
Johan Haals
2022-01-24 10:10:22 +01:00
committed by GitHub
parent af10edb2ea
commit 975f3b7bc2
@@ -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