We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c0bb4 commit ff604bdCopy full SHA for ff604bd
.github/workflows/post-integration.yml
@@ -66,6 +66,9 @@ jobs:
66
dotnet build -c Release /p:UseSourceLink=true --no-restore
67
dotnet sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
68
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
+
72
- name: ⏩ Merge to stable-branch
73
run: |
74
git config --local user.email ${{ env.ATC_EMAIL }}
0 commit comments