diff --git a/.github/workflows/callable-qa.yml b/.github/workflows/callable-qa.yml index 8a25ab41..dcc897b5 100644 --- a/.github/workflows/callable-qa.yml +++ b/.github/workflows/callable-qa.yml @@ -68,7 +68,7 @@ jobs: mv .github/flex-endpoint/*.json . git add *.json git commit -m 'Create Flex endpoint' || true - git push origin -f flex/pull-${{ github.event.number }} + git push -f "https://x-access-token:${{ secrets.token }}@github.com/${{ github.repository }}" "flex/pull-${{ github.event.number }}" git switch pr git stash pop -q @@ -91,6 +91,8 @@ jobs: name: Post diff between recipe versions if: "always() && steps.checkout.outcome == 'success'" uses: marocchino/sticky-pull-request-comment@v2 + env: + GITHUB_TOKEN: ${{ secrets.token }} with: path: .github/diff-recipe-versions.md