Skip to content

Commit ff604bd

Browse files
committed
fix: setup git authentication for push
1 parent 64c0bb4 commit ff604bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/post-integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ jobs:
6666
dotnet build -c Release /p:UseSourceLink=true --no-restore
6767
dotnet sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
6868
69+
- name: Set up git authentication for push
70+
run: git remote set-url origin https://x-access-token:${{ secrets.PAT_WORKFLOWS }}@github.com/atc-net/atc-rest-api-generator.git
71+
6972
- name: ⏩ Merge to stable-branch
7073
run: |
7174
git config --local user.email ${{ env.ATC_EMAIL }}

0 commit comments

Comments
 (0)