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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user