This commit is contained in:
Michel Roegl-Brunner 2025-03-11 11:47:12 +01:00
parent d3fe1ed45f
commit 87fb191481

View File

@ -20,8 +20,8 @@ jobs:
id: generate-token id: generate-token
uses: actions/create-github-app-token@v1 uses: actions/create-github-app-token@v1
with: with:
app-id: ${{ vars.APP_ID }} app-id: ${{ vars.MAIN_APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }} private-key: ${{ secrets.MAIN_APP_PRIVATE_KEY }}
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -75,6 +75,7 @@ jobs:
run: | run: |
git config --global user.email "github-actions@github.com" git config --global user.email "github-actions@github.com"
git config --global user.name "GitHub Actions" git config --global user.name "GitHub Actions"
git config -l | grep 'http\..*\.extraheader' | cut -d= -f1 | xargs -L1 git config --unset-all
- name: Create PR if files found - name: Create PR if files found
env: env: