diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 9791344..0dd1192 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -502,6 +502,7 @@ jobs: - name: Post or update PR comment if: always() && github.event_name == 'pull_request' && steps.validate.outputs.has_comment == 'true' + continue-on-error: true # GITHUB_TOKEN is read-only for fork PRs (dotnet/arcade-skills#13) env: GH_TOKEN: ${{ github.token }} shell: bash