Merge pull request #9131 from backstage/jhaals-patch-1

github-actions: Use SA token for checkout
This commit is contained in:
Johan Haals
2022-01-24 10:34:17 +01:00
committed by GitHub
@@ -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