Update generate_api_pages.yml

This commit is contained in:
Maycon Santos
2023-08-11 14:57:13 +02:00
committed by GitHub
parent ceb5ba0342
commit 36496e81a6

View File

@@ -49,5 +49,5 @@ jobs:
git add -A
git commit -m "Update API pages with v${{ steps.semver_parser.outputs.fullversion }}"
git remote set-url origin https://x-access-token:${{ secrets.DEV_GITHUB_TOKEN }}@github.com/${{ github.repository }}
git remote set-url origin https://netbirddev:${{ secrets.DEV_GITHUB_TOKEN }}@github.com/${{ github.repository }}
git push --force